Searched refs:TG3_FLG3_ENABLE_RSS (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.c4770 if (!(tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS)) {
4966 if ((tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS) && tnapi == &tp->napi[1]) {
6437 if (!i && (tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS))
7422 if (!(tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS)) {
8198 if (tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS) {
8230 if (tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS)
8790 tp->tg3_flags3 |= TG3_FLG3_ENABLE_RSS;
8841 tp->tg3_flags3 &= ~(TG3_FLG3_ENABLE_RSS | TG3_FLG3_ENABLE_TSS);
H A Dtg3.h2844 #define TG3_FLG3_ENABLE_RSS 0x00020000 macro

Completed in 166 milliseconds