Searched defs:xgbe_phy_data (Results 1 – 2 of 2) sorted by relevance
324 struct xgbe_phy_data { struct325 enum xgbe_port_mode port_mode;327 unsigned int port_id;329 unsigned int port_speeds;331 enum xgbe_conn_type conn_type;333 enum xgbe_mode cur_mode;334 enum xgbe_mode start_mode;336 unsigned int rrc_count;338 unsigned int mdio_addr;341 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