Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3831 if (bp->hwrm_short_cmd_req_addr) { in bnxt_free_hwrm_short_cmd_req()
3835 bp->hwrm_short_cmd_req_addr, in bnxt_free_hwrm_short_cmd_req()
3837 bp->hwrm_short_cmd_req_addr = NULL; in bnxt_free_hwrm_short_cmd_req()
3845 if (bp->hwrm_short_cmd_req_addr) in bnxt_alloc_hwrm_short_cmd_req()
3848 bp->hwrm_short_cmd_req_addr = in bnxt_alloc_hwrm_short_cmd_req()
3852 if (!bp->hwrm_short_cmd_req_addr) in bnxt_alloc_hwrm_short_cmd_req()
4457 !bp->hwrm_short_cmd_req_addr) in bnxt_hwrm_do_send_msg()
4479 void *short_cmd_req = bp->hwrm_short_cmd_req_addr; in bnxt_hwrm_do_send_msg()
H A Dbnxt.h1855 void *hwrm_short_cmd_req_addr; member