Searched refs:TG3_FLAG_SUPPORT_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.h2787 #define TG3_FLAG_SUPPORT_MSIX 0x00010000 macro
2789 TG3_FLAG_SUPPORT_MSIX)
H A Dtg3.c7519 if (tp->tg3_flags & TG3_FLAG_SUPPORT_MSIX) {
8814 if ((tp->tg3_flags & TG3_FLAG_SUPPORT_MSIX) && tg3_enable_msix(tp))
13015 tp->tg3_flags |= TG3_FLAG_SUPPORT_MSIX;
14487 if (!(tp->tg3_flags & TG3_FLAG_SUPPORT_MSIX))

Completed in 107 milliseconds