Home
last modified time | relevance | path

Searched refs:hwrm_dbg_resp_addr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h941 void *hwrm_dbg_resp_addr; member
Dbnxt.c2335 if (bp->hwrm_dbg_resp_addr) { in bnxt_free_hwrm_resources()
2337 bp->hwrm_dbg_resp_addr, in bnxt_free_hwrm_resources()
2340 bp->hwrm_dbg_resp_addr = NULL; in bnxt_free_hwrm_resources()
2353 bp->hwrm_dbg_resp_addr = dma_alloc_coherent(&pdev->dev, in bnxt_alloc_hwrm_resources()
2357 if (!bp->hwrm_dbg_resp_addr) in bnxt_alloc_hwrm_resources()