Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm.c31 req_addr = dma_pool_alloc(bd->hwrm_dma_pool, GFP_KERNEL | __GFP_ZERO, in bnge_hwrm_req_create()
185 dma_pool_free(bd->hwrm_dma_pool, addr, dma_handle); in __hwrm_ctx_invalidate()
527 dma_pool_destroy(bd->hwrm_dma_pool); in bnge_cleanup_hwrm_resources()
528 bd->hwrm_dma_pool = NULL; in bnge_cleanup_hwrm_resources()
538 bd->hwrm_dma_pool = dma_pool_create("bnge_hwrm", bd->dev, in bnge_init_hwrm_resources()
541 if (!bd->hwrm_dma_pool) in bnge_init_hwrm_resources()
H A Dbnge.h122 struct dma_pool *hwrm_dma_pool; member
/linux/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.h2548 struct dma_pool *hwrm_dma_pool; member
H A Dbnxt.c5006 dma_pool_destroy(bp->hwrm_dma_pool); in bnxt_free_hwrm_resources()
5007 bp->hwrm_dma_pool = NULL; in bnxt_free_hwrm_resources()
5017 bp->hwrm_dma_pool = dma_pool_create("bnxt_hwrm", &bp->pdev->dev, in bnxt_alloc_hwrm_resources()
5020 if (!bp->hwrm_dma_pool) in bnxt_alloc_hwrm_resources()