Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bxe/
H A Dbxe.c890 bxe_dma_alloc(struct bxe_softc *sc, in bxe_dma_alloc() function
6027 if (bxe_dma_alloc(sc, sc->context[i].size, in bxe_alloc_mem()
14656 if (bxe_dma_alloc(sc, sizeof(struct host_sp_status_block), in bxe_alloc_hsi_mem()
14669 if (bxe_dma_alloc(sc, BCM_PAGE_SIZE, in bxe_alloc_hsi_mem()
14684 if (bxe_dma_alloc(sc, sizeof(struct bxe_slowpath), in bxe_alloc_hsi_mem()
14701 if (bxe_dma_alloc(sc, BCM_PAGE_SIZE, in bxe_alloc_hsi_mem()
14720 if (bxe_dma_alloc(sc, FW_BUF_SIZE, &sc->gz_buf_dma, in bxe_alloc_hsi_mem()
14789 if (bxe_dma_alloc(sc, (BCM_PAGE_SIZE * TX_BD_NUM_PAGES), in bxe_alloc_hsi_mem()
14815 if (bxe_dma_alloc(sc, (BCM_PAGE_SIZE * RX_BD_NUM_PAGES), in bxe_alloc_hsi_mem()
14841 if (bxe_dma_alloc(sc, (BCM_PAGE_SIZE * RCQ_NUM_PAGES), in bxe_alloc_hsi_mem()
[all …]
H A Decore_sp.h168 if (bxe_dma_alloc((struct bxe_softc *)sc, \
H A Dbxe.h2121 int bxe_dma_alloc(struct bxe_softc *sc, bus_size_t size,