Home
last modified time | relevance | path

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

/src/sys/dev/bge/
H A Dif_bge.c387 static int bge_dma_ring_alloc(struct bge_softc *, bus_size_t, bus_size_t,
2864 bge_dma_ring_alloc(struct bge_softc *sc, bus_size_t alignment, in bge_dma_ring_alloc() function
2947 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_STD_RX_RING_SZ, in bge_dma_alloc()
2956 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_RX_RTN_RING_SZ(sc), in bge_dma_alloc()
2965 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_TX_RING_SZ, in bge_dma_alloc()
2985 error = bge_dma_ring_alloc(sc, PAGE_SIZE, sbsz, in bge_dma_alloc()
2994 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_STATS_SZ, in bge_dma_alloc()
3004 error = bge_dma_ring_alloc(sc, PAGE_SIZE, BGE_JUMBO_RX_RING_SZ, in bge_dma_alloc()