Home
last modified time | relevance | path

Searched refs:hwrm_dma_pool (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c70 req_addr = dma_pool_alloc(bp->hwrm_dma_pool, GFP_KERNEL | __GFP_ZERO, in __hwrm_req_init()
313 dma_pool_free(bp->hwrm_dma_pool, addr, dma_handle); in __hwrm_ctx_drop()
H A Dbnxt.h2031 struct dma_pool *hwrm_dma_pool; member
H A Dbnxt.c4142 dma_pool_destroy(bp->hwrm_dma_pool); in bnxt_free_hwrm_resources()
4143 bp->hwrm_dma_pool = NULL; in bnxt_free_hwrm_resources()
4153 bp->hwrm_dma_pool = dma_pool_create("bnxt_hwrm", &bp->pdev->dev, in bnxt_alloc_hwrm_resources()
4156 if (!bp->hwrm_dma_pool) in bnxt_alloc_hwrm_resources()

Completed in 23 milliseconds