Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1859 void *hwrm_cmd_kong_resp_addr; member
2156 return bp->hwrm_cmd_kong_resp_addr; in bnxt_get_hwrm_resp_addr()
Dbnxt.c3791 if (bp->hwrm_cmd_kong_resp_addr) { in bnxt_free_hwrm_resources()
3793 bp->hwrm_cmd_kong_resp_addr, in bnxt_free_hwrm_resources()
3795 bp->hwrm_cmd_kong_resp_addr = NULL; in bnxt_free_hwrm_resources()
3803 if (bp->hwrm_cmd_kong_resp_addr) in bnxt_alloc_kong_hwrm_resources()
3806 bp->hwrm_cmd_kong_resp_addr = in bnxt_alloc_kong_hwrm_resources()
3810 if (!bp->hwrm_cmd_kong_resp_addr) in bnxt_alloc_kong_hwrm_resources()
4465 resp = bp->hwrm_cmd_kong_resp_addr; in bnxt_hwrm_do_send_msg()