Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h77 SGE_NCOUNTERS = 4, /* # of interrupt packet counter values */ enumerator
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1905 uint_t cnt[SGE_NCOUNTERS] = {1, 8, 16, 32}; /* 63 max */ in init_driver_props()
1931 for (i = 0; i < SGE_NCOUNTERS; i++) in init_driver_props()
1934 SGE_NCOUNTERS); in init_driver_props()
1935 for (i = 0; i < SGE_NCOUNTERS; i++) { in init_driver_props()
1945 data, SGE_NCOUNTERS); in init_driver_props()
H A Dadapter.h473 int counter_val[SGE_NCOUNTERS];
H A Dt4_mac.c1908 if (v >= SGE_NCOUNTERS) in setprop()
H A Dt4_sge.c1252 ASSERT(pktc_idx < SGE_NCOUNTERS); /* -ve is ok, means don't use */ in init_iq()
1257 iq->intr_pktc_idx = SGE_NCOUNTERS - 1; in init_iq()