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

/gem5/src/dev/net/
H A Dsinic.cc420 if (txList.empty() || txList.front() != index)
421 txList.push_back(index);
422 if (txEnable && txState == txIdle && txList.front() == index) {
680 txList.clear();
1051 assert(!txList.empty());
1052 vnic = &virtualRegs[txList.front()];
1130 txList.pop_front();
1131 txState = txList.empty() ? txIdle : txFifoBlock;
1352 for (count = 0, i = txList
[all...]
H A Dsinic.hh162 VirtualList txList; member in class:Sinic::Device

Completed in 9 milliseconds