Lines Matching refs:phy_info
51 struct e1000_phy_info *phy_info);
53 struct e1000_phy_info *phy_info);
3266 struct e1000_phy_info *phy_info) in e1000_phy_igp_get_info() argument
3275 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_igp_get_info()
3278 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_normal; in e1000_phy_igp_get_info()
3281 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3288 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3294 phy_info->mdix_mode = in e1000_phy_igp_get_info()
3307 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_igp_get_info()
3310 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_igp_get_info()
3323 phy_info->cable_length = e1000_cable_length_50; in e1000_phy_igp_get_info()
3325 phy_info->cable_length = e1000_cable_length_50_80; in e1000_phy_igp_get_info()
3327 phy_info->cable_length = e1000_cable_length_80_110; in e1000_phy_igp_get_info()
3329 phy_info->cable_length = e1000_cable_length_110_140; in e1000_phy_igp_get_info()
3331 phy_info->cable_length = e1000_cable_length_140; in e1000_phy_igp_get_info()
3345 struct e1000_phy_info *phy_info) in e1000_phy_m88_get_info() argument
3354 phy_info->downshift = (e1000_downshift) hw->speed_downgraded; in e1000_phy_m88_get_info()
3360 phy_info->extended_10bt_distance = in e1000_phy_m88_get_info()
3366 phy_info->polarity_correction = in e1000_phy_m88_get_info()
3375 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
3381 phy_info->mdix_mode = in e1000_phy_m88_get_info()
3389 phy_info->cable_length = in e1000_phy_m88_get_info()
3398 phy_info->local_rx = ((phy_data & SR_1000T_LOCAL_RX_STATUS) >> in e1000_phy_m88_get_info()
3401 phy_info->remote_rx = ((phy_data & SR_1000T_REMOTE_RX_STATUS) >> in e1000_phy_m88_get_info()
3417 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) in e1000_phy_get_info() argument
3422 phy_info->cable_length = e1000_cable_length_undefined; in e1000_phy_get_info()
3423 phy_info->extended_10bt_distance = e1000_10bt_ext_dist_enable_undefined; in e1000_phy_get_info()
3424 phy_info->cable_polarity = e1000_rev_polarity_undefined; in e1000_phy_get_info()
3425 phy_info->downshift = e1000_downshift_undefined; in e1000_phy_get_info()
3426 phy_info->polarity_correction = e1000_polarity_reversal_undefined; in e1000_phy_get_info()
3427 phy_info->mdix_mode = e1000_auto_x_mode_undefined; in e1000_phy_get_info()
3428 phy_info->local_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
3429 phy_info->remote_rx = e1000_1000t_rx_status_undefined; in e1000_phy_get_info()
3450 return e1000_phy_igp_get_info(hw, phy_info); in e1000_phy_get_info()
3455 return e1000_phy_m88_get_info(hw, phy_info); in e1000_phy_get_info()