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

/gem5/src/dev/net/
H A Di8254xGBe.cc860 int max_to_wb = usedCache.size(); local
879 "%d len: %d cachePnt: %d max_to_wb: %d descleft: %d\n",
880 curHead, descTail(), descLen(), cachePnt, max_to_wb,
883 if (max_to_wb + curHead >= descLen()) {
884 max_to_wb = descLen() - curHead;
889 max_to_wb = max_to_wb & ~wbAlignment;
892 DPRINTF(EthernetDesc, "Writing back %d descriptors\n", max_to_wb);
894 if (max_to_wb <= 0) {
902 wbOut = max_to_wb;
[all...]

Completed in 3 milliseconds