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

/gem5/src/dev/net/
H A Dsinic.cc383 DPRINTF(EthernetPIO, "request new packet...appending to rxList\n");
384 rxList.push_back(index);
677 rxList.clear();
815 if (rxList.empty())
820 rxActive = rxList.front();
821 rxList.pop_front();
939 rxState = rxBusy.empty() && rxList.empty() ? rxIdle : rxFifoBlock;
1342 for (count = 0, i = rxList.begin(), end = rxList.end(); i != end; ++i)
1343 paramOut(cp, csprintf("rxList
[all...]
H A Dsinic.hh159 VirtualList rxList; member in class:Sinic::Device

Completed in 8 milliseconds