Home
last modified time | relevance | path

Searched refs:VTE_RX_RING_SZ (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_vte.c449 error = bus_dmamap_create(sc->sc_dmat, VTE_RX_RING_SZ, 1, in vte_dma_alloc()
450 VTE_RX_RING_SZ, 0, BUS_DMA_NOWAIT, &sc->vte_cdata.vte_rx_ring_map); in vte_dma_alloc()
455 error = bus_dmamem_alloc(sc->sc_dmat, VTE_RX_RING_SZ, ETHER_ALIGN, in vte_dma_alloc()
465 nsegs, VTE_RX_RING_SZ, (caddr_t *)&sc->vte_cdata.vte_rx_ring, in vte_dma_alloc()
472 sc->vte_cdata.vte_rx_ring, VTE_RX_RING_SZ, NULL, BUS_DMA_WAITOK); in vte_dma_alloc()
1397 bzero(desc, VTE_RX_RING_SZ); in vte_init_rx_ring()
H A Dif_vtereg.h358 #define VTE_RX_RING_SZ \ macro