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