Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1833 void *hwrm_short_cmd_req_addr; member
Dbnxt.c3736 if (bp->hwrm_short_cmd_req_addr) { in bnxt_free_hwrm_short_cmd_req()
3740 bp->hwrm_short_cmd_req_addr, in bnxt_free_hwrm_short_cmd_req()
3742 bp->hwrm_short_cmd_req_addr = NULL; in bnxt_free_hwrm_short_cmd_req()
3750 if (bp->hwrm_short_cmd_req_addr) in bnxt_alloc_hwrm_short_cmd_req()
3753 bp->hwrm_short_cmd_req_addr = in bnxt_alloc_hwrm_short_cmd_req()
3757 if (!bp->hwrm_short_cmd_req_addr) in bnxt_alloc_hwrm_short_cmd_req()
4362 !bp->hwrm_short_cmd_req_addr) in bnxt_hwrm_do_send_msg()
4384 void *short_cmd_req = bp->hwrm_short_cmd_req_addr; in bnxt_hwrm_do_send_msg()