Home
last modified time | relevance | path

Searched refs:E1000_RXCW_SYNCH (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()
1763 if (!(rxcw & E1000_RXCW_SYNCH)) { in e1000_check_for_serdes_link_82571()
1775 if ((rxcw & E1000_RXCW_SYNCH) && in e1000_check_for_serdes_link_82571()
H A De1000_mac.c902 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()
919 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()
H A De1000_defines.h754 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1306 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
H A De1000.c2576 if(E1000_RXCW_SYNCH & E1000_READ_REG(hw, RXCW)) {