Lines Matching defs:ks2_eth_priv
100 struct ks2_eth_priv { struct
101 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;
110 void *hd;
111 int slave_port;
112 enum link_type link_type;
113 bool emac_open;
114 bool has_mdio;