Searched refs:SGE_NCOUNTERS (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.h69 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator in enum:__anon12640
H A Dcxgb4.h463 u8 counter_val[SGE_NCOUNTERS];
H A Dcxgb4_main.c229 static unsigned int intr_cnt[SGE_NCOUNTERS - 1] = { 4, 8, 16 };
3037 for (v = 1; v < SGE_NCOUNTERS; v++)
3312 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0);
3313 q->pktcnt_idx = pkt_cnt_idx < SGE_NCOUNTERS ? pkt_cnt_idx : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dadapter.h306 u8 counter_val[SGE_NCOUNTERS]; /* interrupt RX threshold array */
H A Dcxgb4vf_main.c2224 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0));
2225 rspq->pktcnt_idx = (pkt_cnt_idx < SGE_NCOUNTERS

Completed in 114 milliseconds