Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
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()
Dbnxt.h1987 struct dma_pool *hwrm_dma_pool; member
Dbnxt.c4162 dma_pool_destroy(bp->hwrm_dma_pool); in bnxt_free_hwrm_resources()
4163 bp->hwrm_dma_pool = NULL; in bnxt_free_hwrm_resources()
4173 bp->hwrm_dma_pool = dma_pool_create("bnxt_hwrm", &bp->pdev->dev, in bnxt_alloc_hwrm_resources()
4176 if (!bp->hwrm_dma_pool) in bnxt_alloc_hwrm_resources()