Searched refs:hwrm_dma_pool (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/broadcom/bnge/ |
| A D | bnge_hwrm.c | 31 req_addr = dma_pool_alloc(bd->hwrm_dma_pool, GFP_KERNEL | __GFP_ZERO, in bnge_hwrm_req_create() 145 dma_pool_free(bd->hwrm_dma_pool, addr, dma_handle); in __hwrm_ctx_invalidate() 487 dma_pool_destroy(bd->hwrm_dma_pool); in bnge_cleanup_hwrm_resources() 488 bd->hwrm_dma_pool = NULL; in bnge_cleanup_hwrm_resources() 498 bd->hwrm_dma_pool = dma_pool_create("bnge_hwrm", bd->dev, in bnge_init_hwrm_resources() 501 if (!bd->hwrm_dma_pool) in bnge_init_hwrm_resources()
|
| A D | bnge.h | 111 struct dma_pool *hwrm_dma_pool; member
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_hwrm.c | 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()
|
| A D | bnxt.h | 2535 struct dma_pool *hwrm_dma_pool; member
|
| A D | bnxt.c | 4984 dma_pool_destroy(bp->hwrm_dma_pool); in bnxt_free_hwrm_resources() 4985 bp->hwrm_dma_pool = NULL; in bnxt_free_hwrm_resources() 4995 bp->hwrm_dma_pool = dma_pool_create("bnxt_hwrm", &bp->pdev->dev, in bnxt_alloc_hwrm_resources() 4998 if (!bp->hwrm_dma_pool) in bnxt_alloc_hwrm_resources()
|
Completed in 52 milliseconds