Searched refs:cable_length (Results 1 – 2 of 2) sorted by relevance
4283 phy_info->cable_length = e1000_cable_length_50; in e1000_phy_igp_get_info()4285 phy_info->cable_length = e1000_cable_length_50_80; in e1000_phy_igp_get_info()4287 phy_info->cable_length = e1000_cable_length_80_110; in e1000_phy_igp_get_info()4289 phy_info->cable_length = e1000_cable_length_110_140; in e1000_phy_igp_get_info()4291 phy_info->cable_length = e1000_cable_length_140; in e1000_phy_igp_get_info()4399 phy_info->cable_length = (e1000_cable_length)((phy_data & M88E1000_PSSR_CABLE_LENGTH) >> in e1000_phy_m88_get_info()4407 phy_info->cable_length = (e1000_cable_length)(phy_data & GG82563_DSPD_CABLE_LENGTH); in e1000_phy_m88_get_info()4441 phy_info->cable_length = e1000_cable_length_undefined; in e1000_phy_get_info()6823 uint16_t cable_length; in e1000_get_cable_length() local6836 cable_length = (phy_data & M88E1000_PSSR_CABLE_LENGTH) >> in e1000_get_cable_length()[all …]
258 e1000_cable_length cable_length; member