Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bge/
HDif_bge.c396 static int bge_dma_ring_alloc(struct bge_softc *, bus_size_t, bus_size_t,
2911 bge_dma_ring_alloc(struct bge_softc *sc, bus_size_t alignment, in bge_dma_ring_alloc() function
2971 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_STD_RX_RING_SZ, in bge_dma_alloc()
2980 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_RX_RTN_RING_SZ(sc), in bge_dma_alloc()
2989 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_TX_RING_SZ, in bge_dma_alloc()
3009 error = bge_dma_ring_alloc(sc, PAGE_SIZE, sbsz, in bge_dma_alloc()
3018 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_STATS_SZ, in bge_dma_alloc()
3028 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_JUMBO_RX_RING_SZ, in bge_dma_alloc()