Searched refs:SGE_NCOUNTERS (Results 1 – 5 of 5) sorted by relevance
82 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator
626 u8 counter_val[SGE_NCOUNTERS];
201 static unsigned int intr_cnt[SGE_NCOUNTERS - 1] = { 4, 8, 16 };
309 u8 counter_val[SGE_NCOUNTERS]; /* interrupt RX threshold array */
2397 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0)); in init_rspq()2398 rspq->pktcnt_idx = (pkt_cnt_idx < SGE_NCOUNTERS in init_rspq()