Searched refs:IXGBE_FLAG_IN_NETPOLL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf.h238 #define IXGBE_FLAG_IN_NETPOLL (u32)(1 << 4) macro
H A Dixgbevf_main.c335 if (!(adapter->flags & IXGBE_FLAG_IN_NETPOLL)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe.h336 #define IXGBE_FLAG_IN_NETPOLL (u32)(1 << 9) macro
H A Dixgbe_main.c959 if (!(adapter->flags & IXGBE_FLAG_IN_NETPOLL)) {
6417 adapter->flags |= IXGBE_FLAG_IN_NETPOLL;
6427 adapter->flags &= ~IXGBE_FLAG_IN_NETPOLL;

Completed in 80 milliseconds