Searched refs:tx_fifo_size (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/net/
H A DEthernet.py145 tx_fifo_size = Param.MemorySize('384kB', "Size of the tx FIFO") variable in class:IGbE
207 tx_fifo_size = Param.MemorySize('512kB', "max size of tx fifo") variable in class:EtherDevBase
H A Dsinic.cc92 rxFifo(p->rx_fifo_size), txFifo(p->tx_fifo_size),
664 regs.TxFifoSize = params()->tx_fifo_size;
H A Dns_gige.cc101 txFifo(p->tx_fifo_size), rxFifo(p->rx_fifo_size),
H A Di8254xGBe.cc62 rxFifo(p->rx_fifo_size), txFifo(p->tx_fifo_size), inTick(false),

Completed in 21 milliseconds