Searched defs:xgbe_phy_data (Results 1 – 2 of 2) sorted by relevance
328 struct xgbe_phy_data { struct329 enum xgbe_port_mode port_mode;331 unsigned int port_id;333 unsigned int port_speeds;335 enum xgbe_conn_type conn_type;337 enum xgbe_mode cur_mode;338 enum xgbe_mode start_mode;340 unsigned int rrc_count;342 unsigned int mdio_addr;345 enum xgbe_sfp_comm sfp_comm;[all …]
204 struct xgbe_phy_data { struct206 unsigned int speed_set;235 struct xgbe_phy_data *phy_data = pdata->phy_data; in xgbe_phy_an_outcome() argument