Lines Matching refs:postedInterrupts
337 postedInterrupts
338 .name(name() + ".postedInterrupts")
349 coalescedSwi = totalSwi / postedInterrupts;
350 coalescedRxIdle = totalRxIdle / postedInterrupts;
351 coalescedRxOk = totalRxOk / postedInterrupts;
352 coalescedRxDesc = totalRxDesc / postedInterrupts;
353 coalescedTxOk = totalTxOk / postedInterrupts;
354 coalescedTxIdle = totalTxIdle / postedInterrupts;
355 coalescedTxDesc = totalTxDesc / postedInterrupts;
356 coalescedRxOrn = totalRxOrn / postedInterrupts;
360 totalRxOrn) / postedInterrupts;