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

/gem5/src/dev/net/
H A Di8254xGBe.cc310 pkt->setLE<uint32_t>(regs.txdctl());
644 regs.txdctl = val;
1950 if (igbe->regs.txdctl.wthresh() == 0) {
1954 } else if (!igbe->regs.txdctl.gran() && igbe->regs.txdctl.wthresh() <=
1959 } else if (igbe->regs.txdctl.wthresh() <= usedCache.size()) {
2161 if (regs.txdctl.lwthresh() &&
2162 txDescCache.descLeft() < (regs.txdctl.lwthresh() * 8)) {
H A Di8254xGBe_defs.hh663 TXDCTL txdctl; member in struct:iGbReg::Regs
797 paramOut(cp, "txdctl", txdctl._data);
843 paramIn(cp, "txdctl", txdctl._data);

Completed in 26 milliseconds