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

/gem5/src/dev/net/
H A Di8254xGBe.hh331 virtual bool hasOutstandingEvents() { function in class:IGbE::DescCache
390 bool hasOutstandingEvents() override;
496 bool hasOutstandingEvents() override;
H A Di8254xGBe.cc1526 IGbE::RxDescCache::hasOutstandingEvents() function in class:IGbE::RxDescCache
2063 IGbE::TxDescCache::hasOutstandingEvents() function in class:IGbE::TxDescCache
2084 if (rxDescCache.hasOutstandingEvents() ||
2085 txDescCache.hasOutstandingEvents()) {
2125 if (!rxDescCache.hasOutstandingEvents() &&
2126 !txDescCache.hasOutstandingEvents()) {

Completed in 13 milliseconds