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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A D82571.c1358 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) {
1461 if (rxcw & E1000_RXCW_IV) {
H A Ddefines.h517 #define E1000_RXCW_IV 0x08000000 /* Receive config invalid */ macro
H A Dlib.c640 if (!(rxcw & E1000_RXCW_IV)) {
657 if (!(rxcw & E1000_RXCW_IV)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c2253 if (!(rxcw & E1000_RXCW_IV)) {
2270 if (!(rxcw & E1000_RXCW_IV)) {
H A De1000_hw.h1913 #define E1000_RXCW_IV 0x08000000 /* Receive config invalid */ macro

Completed in 83 milliseconds