Searched refs:TG3_FLG2_USING_MSI (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.h2819 #define TG3_FLG2_USING_MSI 0x00200000 macro
2821 #define TG3_FLG2_USING_MSI_OR_MSIX (TG3_FLG2_USING_MSI | \
H A Dtg3.c6835 if (tp->tg3_flags2 & TG3_FLG2_USING_MSI) {
8608 (tp->tg3_flags2 & TG3_FLG2_USING_MSI)) {
8651 (tp->tg3_flags2 & TG3_FLG2_USING_MSI)) {
8669 if (!(tp->tg3_flags2 & TG3_FLG2_USING_MSI))
8699 tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI;
8818 tp->tg3_flags2 |= TG3_FLG2_USING_MSI;
8838 else if (tp->tg3_flags2 & TG3_FLG2_USING_MSI)
8933 if (tp->tg3_flags2 & TG3_FLG2_USING_MSI) {
8946 (tp->tg3_flags2 & TG3_FLG2_USING_MSI)) {

Completed in 147 milliseconds