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

/gem5/src/dev/net/
H A DEthernet.py144 rx_fifo_size = Param.MemorySize('384kB', "Size of the rx FIFO") variable in class:IGbE
206 rx_fifo_size = Param.MemorySize('512kB', "max size of rx fifo") variable in class:EtherDevBase
H A Dsinic.cc92 rxFifo(p->rx_fifo_size), txFifo(p->tx_fifo_size),
663 regs.RxFifoSize = params()->rx_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 23 milliseconds