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