Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm.c47 ctx->slice_addr = NULL; in bnge_hwrm_req_create()
116 if (ctx->slice_addr) { in bnge_hwrm_req_replace()
118 ctx->slice_addr, ctx->slice_handle); in bnge_hwrm_req_replace()
119 ctx->slice_addr = NULL; in bnge_hwrm_req_replace()
176 if (ctx->slice_addr) in __hwrm_ctx_invalidate()
178 ctx->slice_addr, ctx->slice_handle); in __hwrm_ctx_invalidate()
505 if (ctx->slice_addr) { in bnge_hwrm_req_dma_slice()
516 ctx->slice_addr = addr; in bnge_hwrm_req_dma_slice()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c86 ctx->slice_addr = NULL; in __hwrm_req_init()
206 if (ctx->slice_addr) { in hwrm_req_replace()
208 ctx->slice_addr, ctx->slice_handle); in hwrm_req_replace()
209 ctx->slice_addr = NULL; in hwrm_req_replace()
304 if (ctx->slice_addr) in __hwrm_ctx_drop()
306 ctx->slice_addr, ctx->slice_handle); in __hwrm_ctx_drop()
801 if (ctx->slice_addr) { in hwrm_req_dma_slice()
814 ctx->slice_addr = addr; in hwrm_req_dma_slice()
H A Dbnxt_hwrm.h31 void *slice_addr; member