Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h162 #define I82577_PHY_STATUS2_MDIX 0x0800 macro
H A De1000_phy.c3965 phy->is_mdix = !!(data & I82577_PHY_STATUS2_MDIX); in e1000_get_phy_info_82577()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.h190 #define I82577_PHY_STATUS2_MDIX 0x0800 macro
H A Digc_phy.c4009 phy->is_mdix = !!(data & I82577_PHY_STATUS2_MDIX); in igc_get_phy_info_82577()