Searched refs:SGE_NTIMERS (Results 1 – 5 of 5) sorted by relevance
74 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator
1472 uint_t tmr[SGE_NTIMERS] = {5, 10, 20, 50, 100, 200}; in init_driver_props()1479 for (i = 0; i < SGE_NTIMERS; i++) in init_driver_props()1482 SGE_NTIMERS); in init_driver_props()1483 for (i = 0; i < SGE_NTIMERS; i++) { in init_driver_props()1493 data, SGE_NTIMERS); in init_driver_props()
424 int timer_val[SGE_NTIMERS];
1014 if (v < 0 || v >= SGE_NTIMERS) in setprop()
1050 ASSERT(tmr_idx >= 0 && tmr_idx < SGE_NTIMERS); in init_iq()