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

/gem5/src/dev/net/
H A Di8254xGBe.cc63 rxTick(false), txTick(false), txFifoTick(false), rxDmaPacket(false),
2075 if (!tickEvent.scheduled() && (rxTick || txTick || txFifoTick) &&
2089 txFifoTick = false;
2108 txFifoTick = true;
2122 txFifoTick = false;
2152 txFifoTick = true && drainState() != DrainState::Draining;
2402 txFifoTick = false;
2447 // If txWire returns and txFifoTick is still set, that means the data we
2453 while (txFifoTick)
2456 if (rxTick || txTick || txFifoTick)
[all...]
H A Di8254xGBe.hh81 bool txFifoTick; member in class:IGbE

Completed in 16 milliseconds