Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h901 #define SR_1000T_LP_FD_CAPS 0x0800 /* LP is 1000T FD capable */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h992 #define SR_1000T_LP_FD_CAPS 0x0800 /* LP is 1000T FD capable */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1830 #define SR_1000T_LP_FD_CAPS 0x0800 /* LP is 1000T FD capable */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c248 *valp = (igc->igc_phy_1000t_status & SR_1000T_LP_FD_CAPS) != 0; in igc_m_getstat()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c428 return (SR_1000T_LP_FD_CAPS | SR_1000T_REMOTE_RX_STATUS | in e82545_read_mdi()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5174 (phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6463 (Adapter->phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()