Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1666 void *hwrm_short_cmd_req_addr; member
Dbnxt.c3672 if (bp->hwrm_short_cmd_req_addr) { in bnxt_free_hwrm_short_cmd_req()
3676 bp->hwrm_short_cmd_req_addr, in bnxt_free_hwrm_short_cmd_req()
3678 bp->hwrm_short_cmd_req_addr = NULL; in bnxt_free_hwrm_short_cmd_req()
3686 if (bp->hwrm_short_cmd_req_addr) in bnxt_alloc_hwrm_short_cmd_req()
3689 bp->hwrm_short_cmd_req_addr = in bnxt_alloc_hwrm_short_cmd_req()
3693 if (!bp->hwrm_short_cmd_req_addr) in bnxt_alloc_hwrm_short_cmd_req()
4191 !bp->hwrm_short_cmd_req_addr) in bnxt_hwrm_do_send_msg()
4214 void *short_cmd_req = bp->hwrm_short_cmd_req_addr; in bnxt_hwrm_do_send_msg()