Lines Matching refs:phy_info

26 				  struct e1000_phy_info *phy_info);
28 struct e1000_phy_info *phy_info);
3242 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info() argument
3251 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_igp_get_info()
3254 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal; in e1000_phy_igp_get_info()
3257 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3264 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3270 phy_info->mdix_mode = in e1000_phy_igp_get_info()
3283 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()
3286 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()
3299 phy_info->cable_length = e1000_cable_length_50; in e1000_phy_igp_get_info()
3301 phy_info->cable_length = e1000_cable_length_50_80; in e1000_phy_igp_get_info()
3303 phy_info->cable_length = e1000_cable_length_80_110; in e1000_phy_igp_get_info()
3305 phy_info->cable_length = e1000_cable_length_110_140; in e1000_phy_igp_get_info()
3307 phy_info->cable_length = e1000_cable_length_140; in e1000_phy_igp_get_info()
3321 struct e1000_phy_info *phy_info) in e1000_phy_m88_get_info() argument
3330 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_m88_get_info()
3336 phy_info->extended_10bt_distance = in e1000_phy_m88_get_info()
3342 phy_info->polarity_correction = in e1000_phy_m88_get_info()
3351 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
3357 phy_info->mdix_mode = in e1000_phy_m88_get_info()
3365 phy_info->cable_length = in e1000_phy_m88_get_info()
3374 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_m88_get_info()
3377 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_m88_get_info()
3392 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) in e1000_phy_get_info() argument
3397 phy_info->cable_length = e1000_cable_length_undefined; in e1000_phy_get_info()
3398 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_undefined; in e1000_phy_get_info()
3399 phy_info->cable_polarity = e1000_rev_polarity_undefined; in e1000_phy_get_info()
3400 phy_info->downshift = e1000_downshift_undefined; in e1000_phy_get_info()
3401 phy_info->polarity_correction = e1000_polarity_reversal_undefined; in e1000_phy_get_info()
3402 phy_info->mdix_mode = e1000_auto_x_mode_undefined; in e1000_phy_get_info()
3403 phy_info->local_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
3404 phy_info->remote_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
3425 return e1000_phy_igp_get_info(hw, phy_info); in e1000_phy_get_info()
3430 return e1000_phy_m88_get_info(hw, phy_info); in e1000_phy_get_info()