Searched defs:ks2_eth_priv (Results 1 – 1 of 1) sorted by relevance
100 struct ks2_eth_priv { struct101 struct udevice *dev;102 struct phy_device *phydev;103 struct mii_dev *mdio_bus;104 int phy_addr;105 phy_interface_t phy_if;106 int sgmii_link_type;107 void *mdio_base;108 struct rx_buff_desc net_rx_buffs;109 struct pktdma_cfg *netcp_pktdma;[all …]