Home
last modified time | relevance | path

Searched refs:cable_polarity (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Dphy.c1609 phy->cable_polarity = ((data & M88E1000_PSSR_REV_POLARITY) in e1000_check_polarity_m88()
1653 phy->cable_polarity = ((data & mask) in e1000_check_polarity_igp()
1685 phy->cable_polarity = ((phy_data & mask) in e1000_check_polarity_ife()
2045 phy->cable_polarity = ((data & IFE_PSC_FORCE_POLARITY) in e1000_get_phy_info_ife()
3108 phy->cable_polarity = ((data & I82577_PHY_STATUS2_REV_POLARITY) in e1000_check_polarity_82577()
Dhw.h624 enum e1000_rev_polarity cable_polarity; member
/linux-6.6.21/drivers/net/ethernet/intel/igb/
De1000_hw.h411 enum e1000_rev_polarity cable_polarity; member
De1000_phy.c1530 phy->cable_polarity = (data & M88E1000_PSSR_REV_POLARITY) in igb_check_polarity_m88()
1574 phy->cable_polarity = (data & mask) in igb_check_polarity_igp()
2430 phy->cable_polarity = (data & I82580_PHY_STATUS2_REV_POLARITY) in igb_check_polarity_82580()
/linux-6.6.21/drivers/net/ethernet/intel/e1000/
De1000_hw.c3256 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3343 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
3391 phy_info->cable_polarity = e1000_rev_polarity_undefined; in e1000_phy_get_info()
De1000_hw.h218 e1000_rev_polarity cable_polarity; member