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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4/
H A Dt4_hw.h69 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator in enum:__anon16489
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.h69 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator in enum:__anon28182
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 280 milliseconds