Searched defs:xgbe_phy_data (Results 1 – 2 of 2) sorted by relevance
218 struct xgbe_phy_data { struct219 enum xgbe_port_mode port_mode;221 unsigned int port_id;223 unsigned int port_speeds;225 enum xgbe_conn_type conn_type;227 enum xgbe_mode cur_mode;228 enum xgbe_mode start_mode;230 unsigned int rrc_count;232 unsigned int mdio_addr;235 enum xgbe_sfp_comm sfp_comm;[all …]
95 struct xgbe_phy_data { struct97 unsigned int speed_set;126 struct xgbe_phy_data *phy_data = pdata->phy_data; in xgbe_phy_an_outcome() argument