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

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h95 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator in enum:__anon12681
H A Dcommon.h227 int counter_val[SGE_NCOUNTERS];
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_sge.c706 int intr_pktcount[SGE_NCOUNTERS] = {1, 8, 16, 32}; /* 63 max */
3272 KASSERT(pktc_idx < SGE_NCOUNTERS, /* -ve is ok, means don't use */
3278 iq->intr_pktc_idx = SGE_NCOUNTERS - 1;
H A Dt4_main.c7086 if (idx < -1 || idx >= SGE_NCOUNTERS)
9811 if (idx < -1 || idx >= SGE_NCOUNTERS)
10845 if (t4_pktc_idx_ofld < -1 || t4_pktc_idx_ofld >= SGE_NCOUNTERS)
10868 if (t4_pktc_idx < -1 || t4_pktc_idx >= SGE_NCOUNTERS)

Completed in 212 milliseconds