Home
last modified time | relevance | path

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

/drivers/net/igb/
De1000_hw.h525 bool polarity_correction; member
De1000_phy.c1480 phy->polarity_correction = (phy_data & M88E1000_PSCR_POLARITY_REVERSAL) in igb_get_phy_info_m88()
1549 phy->polarity_correction = true; in igb_get_phy_info_igp()
/drivers/net/e1000e/
Dich8lan.c716 phy->polarity_correction = (!(data & IFE_PSC_AUTO_POLARITY_DISABLE)); in e1000_get_phy_info_ife_ich8lan()
718 if (phy->polarity_correction) { in e1000_get_phy_info_ife_ich8lan()
785 if (phy->polarity_correction) { in e1000_check_polarity_ife_ich8lan()
Dhw.h821 bool polarity_correction; member
Dphy.c1557 phy->polarity_correction = (phy_data & in e1000e_get_phy_info_m88()
1621 phy->polarity_correction = 1; in e1000e_get_phy_info_igp()
/drivers/net/e1000/
De1000_hw.c4142 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
4216 phy_info->polarity_correction = in e1000_phy_ife_get_info()
4221 if (phy_info->polarity_correction == e1000_polarity_reversal_enabled) { in e1000_phy_ife_get_info()
4272 phy_info->polarity_correction = in e1000_phy_m88_get_info()
4339 phy_info->polarity_correction = e1000_polarity_reversal_undefined; in e1000_phy_get_info()
De1000_hw.h259 e1000_polarity_reversal polarity_correction; member