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