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

/gem5/src/dev/net/
H A Di8254xGBe.cc826 : igbe(i), _name(n), cachePnt(0), size(s), curFetching(0),
849 if (usedCache.size() > 0 || curFetching || wbOut)
944 if (curFetching) {
947 curFetching);
983 curFetching = max_to_fetch;
1005 curFetching * sizeof(T));
1006 assert(curFetching);
1008 curFetching * sizeof(T), &fetchEvent, (uint8_t*)fetchBuf,
1018 for (int x = 0; x < curFetching; x++) {
1032 cachePnt += curFetching;
[all...]
H A Di8254xGBe.hh246 int curFetching; member in class:IGbE::DescCache

Completed in 9 milliseconds