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

/gem5/src/dev/net/
H A Detherdevice.cc337 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;
[all...]
H A Detherdevice.hh112 Stats::Scalar postedInterrupts; member in class:EtherDevice
H A Dns_gige.cc781 postedInterrupts++;
H A Di8254xGBe.cc738 postedInterrupts++;

Completed in 17 milliseconds