Searched refs:I82577_PHY_STATUS2_MDIX (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/e1000/ | ||
H A D | e1000_phy.h | 192 #define I82577_PHY_STATUS2_MDIX 0x0800 macro |
H A D | e1000_phy.c | 3991 phy->is_mdix = !!(data & I82577_PHY_STATUS2_MDIX); in e1000_get_phy_info_82577() |