Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h903 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
/freebsd/sys/dev/e1000/
H A De1000_defines.h1009 #define SR_1000T_LOCAL_RX_STATUS 0x2000 /* Local receiver OK */ macro
H A De1000_phy.c2685 phy->local_rx = (phy_data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_m88()
2751 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_igp()
4003 phy->local_rx = (data & SR_1000T_LOCAL_RX_STATUS) in e1000_get_phy_info_82577()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c430 SR_1000T_LOCAL_RX_STATUS); in e82545_read_mdi()