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

/gem5/src/dev/net/
H A Dsinic.cc84 intrDelay(p->intr_delay), intrTick(0), cpuIntrEnable(false),
508 // HOWEVER, must be sure that the scheduled intrTick is in the
511 * @todo this warning should be removed and the intrTick code should
515 assert(intrTick >= curTick() || intrTick == 0);
518 intrTick);
522 if (when > intrTick && intrTick != 0) {
523 DPRINTF(EthernetIntr, "don't need to schedule event...intrTick=%d\n",
524 intrTick);
[all...]
H A Dns_gige.cc128 intrDelay(p->intr_delay), intrTick(0), cpuPendingIntr(false),
851 // HOWEVER, must be sure that the scheduled intrTick is in the
854 * @todo this warning should be removed and the intrTick code should
858 assert(intrTick >= curTick() || intrTick == 0);
859 if (when > intrTick && intrTick != 0) {
860 DPRINTF(EthernetIntr, "don't need to schedule event...intrTick=%d\n",
861 intrTick);
865 intrTick
[all...]
H A Dsinic.hh57 Tick intrTick; member in class:Sinic::Base
H A Dns_gige.hh322 Tick intrTick; member in class:NSGigE

Completed in 12 milliseconds