Home
last modified time | relevance | path

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

/Linux-v6.1/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.h1988 struct dma_pool *hwrm_dma_pool; member
Dbnxt.c4159 dma_pool_destroy(bp->hwrm_dma_pool); in bnxt_free_hwrm_resources()
4160 bp->hwrm_dma_pool = NULL; in bnxt_free_hwrm_resources()
4170 bp->hwrm_dma_pool = dma_pool_create("bnxt_hwrm", &bp->pdev->dev, in bnxt_alloc_hwrm_resources()
4173 if (!bp->hwrm_dma_pool) in bnxt_alloc_hwrm_resources()