Home
last modified time | relevance | path

Searched refs:E1000_RXCW_IV (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82571.c1669 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) { in e1000_check_for_serdes_link_82571()
1779 if (rxcw & E1000_RXCW_IV) { in e1000_check_for_serdes_link_82571()
H A De1000_mac.c903 if (!(rxcw & E1000_RXCW_IV)) { in e1000_check_for_serdes_link_generic()
920 if (!(rxcw & E1000_RXCW_IV)) { in e1000_check_for_serdes_link_generic()
H A De1000_defines.h752 #define E1000_RXCW_IV 0x08000000 /* Receive config invalid */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1303 #define E1000_RXCW_IV 0x08000000 /* Receive config invalid */ macro
H A De1000.c2577 if(!(rxcw & E1000_RXCW_IV)) {