Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
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()
799 if (ctx->slice_addr) { in hwrm_req_dma_slice()
812 ctx->slice_addr = addr; in hwrm_req_dma_slice()
Dbnxt_hwrm.h31 void *slice_addr; member