Lines Matching refs:phy_info
26 struct e1000_phy_info *phy_info);
28 struct e1000_phy_info *phy_info);
3234 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info() argument
3243 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_igp_get_info()
3246 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal; in e1000_phy_igp_get_info()
3249 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3256 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3262 phy_info->mdix_mode = in e1000_phy_igp_get_info()
3275 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()
3278 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()
3291 phy_info->cable_length = e1000_cable_length_50; in e1000_phy_igp_get_info()
3293 phy_info->cable_length = e1000_cable_length_50_80; in e1000_phy_igp_get_info()
3295 phy_info->cable_length = e1000_cable_length_80_110; in e1000_phy_igp_get_info()
3297 phy_info->cable_length = e1000_cable_length_110_140; in e1000_phy_igp_get_info()
3299 phy_info->cable_length = e1000_cable_length_140; in e1000_phy_igp_get_info()
3313 struct e1000_phy_info *phy_info) in e1000_phy_m88_get_info() argument
3322 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_m88_get_info()
3328 phy_info->extended_10bt_distance = in e1000_phy_m88_get_info()
3334 phy_info->polarity_correction = in e1000_phy_m88_get_info()
3343 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
3349 phy_info->mdix_mode = in e1000_phy_m88_get_info()
3357 phy_info->cable_length = in e1000_phy_m88_get_info()
3366 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_m88_get_info()
3369 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_m88_get_info()
3384 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) in e1000_phy_get_info() argument
3389 phy_info->cable_length = e1000_cable_length_undefined; in e1000_phy_get_info()
3390 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_undefined; in e1000_phy_get_info()
3391 phy_info->cable_polarity = e1000_rev_polarity_undefined; in e1000_phy_get_info()
3392 phy_info->downshift = e1000_downshift_undefined; in e1000_phy_get_info()
3393 phy_info->polarity_correction = e1000_polarity_reversal_undefined; in e1000_phy_get_info()
3394 phy_info->mdix_mode = e1000_auto_x_mode_undefined; in e1000_phy_get_info()
3395 phy_info->local_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
3396 phy_info->remote_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
3417 return e1000_phy_igp_get_info(hw, phy_info); in e1000_phy_get_info()
3422 return e1000_phy_m88_get_info(hw, phy_info); in e1000_phy_get_info()