Searched refs:TG3_FLG2_USING_MSIX (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.h2820 #define TG3_FLG2_USING_MSIX 0x00400000 macro
2822 TG3_FLG2_USING_MSIX)
H A Dtg3.c8096 if (tp->tg3_flags2 & TG3_FLG2_USING_MSIX) {
8815 tp->tg3_flags2 |= TG3_FLG2_USING_MSIX;
8822 if (tp->tg3_flags2 & TG3_FLG2_USING_MSIX)
8827 if (!(tp->tg3_flags2 & TG3_FLG2_USING_MSIX)) {
8836 if (tp->tg3_flags2 & TG3_FLG2_USING_MSIX)

Completed in 59 milliseconds