Searched refs:hwrm_dma_pool (Results 1 – 3 of 3) sorted by relevance
70 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()
2031 struct dma_pool *hwrm_dma_pool; member
4133 dma_pool_destroy(bp->hwrm_dma_pool); in bnxt_free_hwrm_resources()4134 bp->hwrm_dma_pool = NULL; in bnxt_free_hwrm_resources()4144 bp->hwrm_dma_pool = dma_pool_create("bnxt_hwrm", &bp->pdev->dev, in bnxt_alloc_hwrm_resources()4147 if (!bp->hwrm_dma_pool) in bnxt_alloc_hwrm_resources()