Searched refs:intr_pktcount (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c630 int intr_pktcount[SGE_NCOUNTERS] = {1, 8, 16, 32}; /* 63 max */ local
675 v = V_THRESHOLD_0(intr_pktcount[0]) | V_THRESHOLD_1(intr_pktcount[1]) |
676 V_THRESHOLD_2(intr_pktcount[2]) | V_THRESHOLD_3(intr_pktcount[3]);

Completed in 82 milliseconds