Searched refs:E1000_RXCW_IV (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82571.c1660 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) {
1770 if (rxcw & E1000_RXCW_IV) {
H A De1000_mac.c895 if (!(rxcw & E1000_RXCW_IV)) {
912 if (!(rxcw & E1000_RXCW_IV)) {
H A De1000_defines.h736 #define E1000_RXCW_IV 0x08000000 /* Receive config invalid */ macro

Completed in 55 milliseconds