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

/gem5/src/dev/net/
H A Dsinic.cc386 DPRINTF(EthernetPIO, "packet exists...appending to rxBusy\n");
387 rxBusy.push_back(index);
678 rxBusy.clear();
785 if (!rxBusy.empty()) {
786 rxActive = rxBusy.front();
787 rxBusy.pop_front();
939 rxState = rxBusy.empty() && rxList.empty() ? rxIdle : rxFifoBlock;
1347 for (count = 0, i = rxBusy.begin(), end = rxBusy.end(); i != end; ++i)
1348 paramOut(cp, csprintf("rxBusy
[all...]
H A Dsinic.hh160 VirtualList rxBusy; member in class:Sinic::Device

Completed in 9 milliseconds