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

/gem5/src/dev/net/
H A Di8254xGBe.cc849 if (usedCache.size() > 0 || curFetching || wbOut)
860 int max_to_wb = usedCache.size();
895 if (usedCache.size())
922 assert(usedCache.size());
923 memcpy(&wbBuf[x], usedCache[x], sizeof(T));
956 size_t free_cache = size - usedCache.size() - unusedCache.size();
1046 } else if (!(size - usedCache.size() - unusedCache.size())) {
1069 assert(usedCache.size());
1070 delete usedCache[0];
1071 usedCache
[all...]
H A Di8254xGBe.hh227 CacheType usedCache; member in class:IGbE::DescCache
318 unsigned descUsed() const { return usedCache.size(); }

Completed in 9 milliseconds