Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h70 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator
Dcxgb4.h578 u8 counter_val[SGE_NCOUNTERS];
Dcxgb4_main.c386 static unsigned int intr_cnt[SGE_NCOUNTERS - 1] = { 4, 8, 16 };
5494 for (i = 1; i < SGE_NCOUNTERS; i++) in adap_init0_no_config()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h300 u8 counter_val[SGE_NCOUNTERS]; /* interrupt RX threshold array */
Dcxgb4vf_main.c2301 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0)); in init_rspq()
2302 rspq->pktcnt_idx = (pkt_cnt_idx < SGE_NCOUNTERS in init_rspq()