Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.c2269 if (phy->polarity_correction) { in e1000_check_polarity_ife()
2636 phy->polarity_correction = !!(phy_data & in e1000_get_phy_info_m88()
2702 phy->polarity_correction = true; in e1000_get_phy_info_igp()
2767 phy->polarity_correction = !(data & IFE_PSC_AUTO_POLARITY_DISABLE); in e1000_get_phy_info_ife()
2769 if (phy->polarity_correction) { in e1000_get_phy_info_ife()
3955 phy->polarity_correction = true; in e1000_get_phy_info_82577()
H A De1000_hw.h832 bool polarity_correction; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.c2304 if (phy->polarity_correction) { in igc_check_polarity_ife()
2676 phy->polarity_correction = !!(phy_data & in igc_get_phy_info_m88()
2742 phy->polarity_correction = true; in igc_get_phy_info_igp()
2807 phy->polarity_correction = !(data & IFE_PSC_AUTO_POLARITY_DISABLE); in igc_get_phy_info_ife()
2809 if (phy->polarity_correction) { in igc_get_phy_info_ife()
3999 phy->polarity_correction = true; in igc_get_phy_info_82577()
H A Digc_hw.h855 bool polarity_correction; member