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

/gem5/src/dev/net/
H A Dsinicreg.hh78 __SINIC_REG32(RxFifoHigh, 0x38) // 32: rx fifo high watermark
202 { 4, true, false, "RxFifoHigh" },
H A Dsinic.hh123 uint32_t RxFifoHigh; // 0x38 member in struct:Sinic::Device::__anon134
H A Dsinic.cc179 rxdone = set_RxDone_High(rxdone, rxFifo.size() > regs.RxFifoHigh);
667 regs.RxFifoHigh = params()->rx_fifo_threshold;
949 if (rxFifo.size() > regs.RxFifoHigh)
1195 if (rxFifo.size() >= regs.RxFifoHigh)

Completed in 11 milliseconds