Searched defs:xgbe_phy_data (Results 1 – 2 of 2) sorted by relevance
327 struct xgbe_phy_data { struct328 enum xgbe_port_mode port_mode;330 unsigned int port_id;332 unsigned int port_speeds;334 enum xgbe_conn_type conn_type;336 enum xgbe_mode cur_mode;337 enum xgbe_mode start_mode;339 unsigned int rrc_count;341 unsigned int mdio_addr;344 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