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

/gem5/src/dev/net/
H A Dsinicreg.hh69 __SINIC_REG32(TxMaxCopy, 0x14) // 32: max bytes per tx copy
193 { 4, true, false, "TxMaxCopy" },
H A Dsinic.hh114 uint32_t TxMaxCopy; // 0x14 member in struct:Sinic::Device::__anon134
H A Dsinic.cc188 txdone = set_TxDone_Full(txdone, txFifo.avail() < regs.TxMaxCopy);
658 regs.TxMaxCopy = params()->tx_max_copy;
1124 if (txFifo.avail() < regs.TxMaxCopy) {

Completed in 6 milliseconds