Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.c2200 phy->cable_polarity = ((data & M88E1000_PSSR_REV_POLARITY) in e1000_check_polarity_m88()
2246 phy->cable_polarity = ((data & mask) in e1000_check_polarity_igp()
2280 phy->cable_polarity = ((phy_data & mask) in e1000_check_polarity_ife()
2775 phy->cable_polarity = ((data & IFE_PSC_FORCE_POLARITY) in e1000_get_phy_info_ife()
3875 phy->cable_polarity = ((data & I82577_PHY_STATUS2_REV_POLARITY) in e1000_check_polarity_82577()
H A De1000_hw.h812 enum e1000_rev_polarity cable_polarity; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.c2235 phy->cable_polarity = ((data & M88IGC_PSSR_REV_POLARITY) in igc_check_polarity_m88()
2281 phy->cable_polarity = ((data & mask) in igc_check_polarity_igp()
2315 phy->cable_polarity = ((phy_data & mask) in igc_check_polarity_ife()
2815 phy->cable_polarity = ((data & IFE_PSC_FORCE_POLARITY) in igc_get_phy_info_ife()
3919 phy->cable_polarity = ((data & I82577_PHY_STATUS2_REV_POLARITY) in igc_check_polarity_82577()
H A Digc_hw.h835 enum igc_rev_polarity cable_polarity; member