Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h76 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1904 uint_t tmr[SGE_NTIMERS] = {5, 10, 20, 50, 100, 200}; in init_driver_props()
1911 for (i = 0; i < SGE_NTIMERS; i++) in init_driver_props()
1914 SGE_NTIMERS); in init_driver_props()
1915 for (i = 0; i < SGE_NTIMERS; i++) { in init_driver_props()
1925 data, SGE_NTIMERS); in init_driver_props()
H A Dadapter.h472 int timer_val[SGE_NTIMERS];
H A Dt4_mac.c1895 if (v < 0 || v >= SGE_NTIMERS) in setprop()
H A Dt4_sge.c897 V_SEINTARM(V_QINTR_TIMER_IDX(SGE_NTIMERS-1))); in service_iq()
1251 ASSERT(tmr_idx >= 0 && tmr_idx < SGE_NTIMERS); in init_iq()