Searched defs:stall_100_tix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c160 * stall_100_tix[]: number of consecutive cyclic callbacks without a
182 static uint32_t stall_100_tix[TX_PROCESS_MAX_STATE+1]; variable
1685 limit = stall_100_tix[tx_state];
2861 stall_100_tix[i] = tmp100;
2874 stall_100_tix[i] = tmp100 * 20;

Completed in 63 milliseconds