Searched refs:SGE_NCOUNTERS (Results 1 – 4 of 4) sorted by relevance
95 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator
237 int counter_val[SGE_NCOUNTERS];
717 int intr_pktcount[SGE_NCOUNTERS] = {1, 8, 16, 32}; /* 63 max */ in t4_tweak_chip_settings()3350 KASSERT(pktc_idx < SGE_NCOUNTERS, /* -ve is ok, means don't use */ in init_iq()3362 iq->intr_pktc_idx = SGE_NCOUNTERS - 1; in init_iq()
8524 if (idx < -1 || idx >= SGE_NCOUNTERS) in sysctl_holdoff_pktc_idx()11593 if (idx < -1 || idx >= SGE_NCOUNTERS) in sysctl_holdoff_pktc_idx_ofld()12837 if (t4_pktc_idx_ofld < -1 || t4_pktc_idx_ofld >= SGE_NCOUNTERS) in tweak_tunables()12857 if (t4_pktc_idx < -1 || t4_pktc_idx >= SGE_NCOUNTERS) in tweak_tunables()