Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c411 if (bp->pf.hwrm_cmd_req_addr[i]) { in bnxt_free_vf_resources()
413 bp->pf.hwrm_cmd_req_addr[i], in bnxt_free_vf_resources()
415 bp->pf.hwrm_cmd_req_addr[i] = NULL; in bnxt_free_vf_resources()
441 bp->pf.hwrm_cmd_req_addr[i] = in bnxt_alloc_vf_resources()
446 if (!bp->pf.hwrm_cmd_req_addr[i]) in bnxt_alloc_vf_resources()
452 vf->hwrm_cmd_req_addr = bp->pf.hwrm_cmd_req_addr[i] + in bnxt_alloc_vf_resources()
987 memcpy(req->encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_fwd_err_resp()
1010 memcpy(req->encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_exec_fwd_resp()
1023 (struct hwrm_func_vf_cfg_input *)vf->hwrm_cmd_req_addr; in bnxt_vf_configure_mac()
1046 (struct hwrm_cfa_l2_filter_alloc_input *)vf->hwrm_cmd_req_addr; in bnxt_vf_validate_set_mac()
[all …]
Dbnxt.h1368 void *hwrm_cmd_req_addr; member
1389 void *hwrm_cmd_req_addr[4]; member