Searched refs:RX_RING_SIZE (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/tx/ |
| HD | if_txvar.h | 46 #define RX_RING_SIZE 16 /* And this too, to do not */ macro 49 #define RX_RING_MASK (RX_RING_SIZE - 1) 93 struct epic_rx_buffer rx_buffer[RX_RING_SIZE];
|
| HD | if_tx.c | 283 sizeof(struct epic_rx_desc) * RX_RING_SIZE, in epic_attach() 284 1, sizeof(struct epic_rx_desc) * RX_RING_SIZE, 0, NULL, in epic_attach() 345 sizeof(struct epic_rx_desc) * RX_RING_SIZE, epic_dma_map_addr, in epic_attach() 1582 for (i = 0; i < RX_RING_SIZE; i++) { in epic_free_rings() 1631 for (i = 0; i < RX_RING_SIZE; i++) { in epic_init_rings()
|
| /trueos/sys/dev/nve/ |
| HD | if_nve.c | 387 sizeof(struct nve_rx_desc) * RX_RING_SIZE, 1, in nve_attach() 388 sizeof(struct nve_rx_desc) * RX_RING_SIZE, 0, in nve_attach() 427 bzero(sc->rx_desc, sizeof(struct nve_rx_desc) * RX_RING_SIZE); in nve_attach() 429 sizeof(struct nve_rx_desc) * RX_RING_SIZE, nve_dmamap_cb, in nve_attach() 477 OpenParams.MaxRxPkt = RX_RING_SIZE; in nve_attach() 763 for (i = 0; i < RX_RING_SIZE; i++) { in nve_init_rings() 827 for (i = 0; i < RX_RING_SIZE; i++) { in nve_free_rings() 1475 if (sc->pending_rxs == RX_RING_SIZE) { in nve_osallocrxbuf() 1504 sc->cur_rx = (sc->cur_rx + 1) % RX_RING_SIZE; in nve_osallocrxbuf()
|
| HD | if_nvereg.h | 73 #define RX_RING_SIZE 64 macro
|