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

/gem5/src/dev/net/
H A Di8254xGBe.cc827 wbOut(0), moreToWb(false), wbAlignment(0), pktPtr(NULL),
849 if (usedCache.size() > 0 || curFetching || wbOut)
864 if (wbOut) {
902 wbOut = max_to_wb;
919 DPRINTF(EthernetDesc, "Begining DMA of %d descriptors\n", wbOut);
921 for (int x = 0; x < wbOut; x++) {
932 assert(wbOut);
934 wbOut * sizeof(T), &wbEvent, (uint8_t*)wbBuf,
1068 for (int x = 0; x < wbOut; x++) {
1077 curHead += wbOut;
[all...]
H A Di8254xGBe.hh249 int wbOut; member in class:IGbE::DescCache

Completed in 10 milliseconds