Searched refs:TG3_FLAG_SUPPORT_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.h2786 #define TG3_FLAG_SUPPORT_MSI 0x00008000 macro
2788 #define TG3_FLAG_SUPPORT_MSI_OR_MSIX (TG3_FLAG_SUPPORT_MSI | \
H A Dtg3.c8816 else if ((tp->tg3_flags & TG3_FLAG_SUPPORT_MSI) &&
13001 tp->tg3_flags |= TG3_FLAG_SUPPORT_MSI;
13007 tp->tg3_flags &= ~TG3_FLAG_SUPPORT_MSI;

Completed in 75 milliseconds