HomeSort by: relevance | last modified time | path
    Searched refs:ET_RX_NRING (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_etreg.h 348 #define ET_RX_NRING 2
349 #define ET_RX_NSTAT (ET_RX_NRING * ET_RX_NDESC)
509 struct et_rxdesc_ring sc_rx_ring[ET_RX_NRING];
518 struct et_rxbuf_data sc_rx_data[ET_RX_NRING];
if_et.c 139 static const struct et_bsize et_bufsize[ET_RX_NRING] = {
732 for (i = 0; i < ET_RX_NRING; ++i) {
733 static const uint32_t rx_ring_posreg[ET_RX_NRING] =
788 int i, rx_done[ET_RX_NRING];
803 for (i = 0; i < ET_RX_NRING; ++i) {
822 for (i = 0; i < ET_RX_NRING; ++i)
831 int i, error, rx_done[ET_RX_NRING];
847 for (i = 0; i < ET_RX_NRING; ++i) {
895 for (i = 0; i < ET_RX_NRING; ++i) {
1058 for (i = 0; i < ET_RX_NRING; ++i)
    [all...]

Completed in 12 milliseconds