Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h95 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator
H A Dcommon.h237 int counter_val[SGE_NCOUNTERS];
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c717 int intr_pktcount[SGE_NCOUNTERS] = {1, 8, 16, 32}; /* 63 max */ in t4_tweak_chip_settings()
3343 KASSERT(pktc_idx < SGE_NCOUNTERS, /* -ve is ok, means don't use */ in init_iq()
3355 iq->intr_pktc_idx = SGE_NCOUNTERS - 1; in init_iq()
H A Dt4_main.c8349 if (idx < -1 || idx >= SGE_NCOUNTERS) in sysctl_holdoff_pktc_idx()
11523 if (idx < -1 || idx >= SGE_NCOUNTERS) in sysctl_holdoff_pktc_idx_ofld()
12806 if (t4_pktc_idx_ofld < -1 || t4_pktc_idx_ofld >= SGE_NCOUNTERS) in tweak_tunables()
12826 if (t4_pktc_idx < -1 || t4_pktc_idx >= SGE_NCOUNTERS) in tweak_tunables()