Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h161 #define I82577_PHY_STATUS2_REV_POLARITY 0x0400 macro
H A De1000_phy.c3875 phy->cable_polarity = ((data & I82577_PHY_STATUS2_REV_POLARITY) in e1000_check_polarity_82577()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.h189 #define I82577_PHY_STATUS2_REV_POLARITY 0x0400 macro
H A Digc_phy.c3919 phy->cable_polarity = ((data & I82577_PHY_STATUS2_REV_POLARITY) in igc_check_polarity_82577()