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

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.h88 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator in enum:__anon7914
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dadapter.h511 int counter_val[SGE_NCOUNTERS];
H A Dt4_sge.c313 int intr_pktcount[SGE_NCOUNTERS] = {1, 8, 16, 32}; /* 63 max */
2048 KASSERT(pktc_idx < SGE_NCOUNTERS, /* -ve is ok, means don't use */
2054 iq->intr_pktc_idx = SGE_NCOUNTERS - 1;
H A Dt4_main.c4805 if (idx < -1 || idx >= SGE_NCOUNTERS)
7736 if (t4_pktc_idx_10g < -1 || t4_pktc_idx_10g >= SGE_NCOUNTERS)
7742 if (t4_pktc_idx_1g < -1 || t4_pktc_idx_1g >= SGE_NCOUNTERS)

Completed in 168 milliseconds