Searched refs:iwl_avg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3276 int tval, d, iwl_avg, len_avg, bytes_avg, bytes_hist, d_hist; local
3326 * iwl_avg - how many RXDs on avarage been processed since
3332 iwl_avg = iwl_rxavg + iwl_txavg;
3333 iwl_avg = iwl_avg == 0 ? 1 : iwl_avg;
3354 if (iwl_avg == 1) {
3365 bytes_avg = iwl_avg * len_avg;
3383 // xge_os_printf("d %d iwl_avg %d len_avg %d:%d:%d tval %d avg %d hist %d pstep %d",
3384 // d, iwl_avg, len_txav
[all...]

Completed in 68 milliseconds