Searched refs:hwrm_cmd_req_addr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 391 if (bp->pf.hwrm_cmd_req_addr[i]) { in bnxt_free_vf_resources() 393 bp->pf.hwrm_cmd_req_addr[i], in bnxt_free_vf_resources() 395 bp->pf.hwrm_cmd_req_addr[i] = NULL; in bnxt_free_vf_resources() 421 bp->pf.hwrm_cmd_req_addr[i] = in bnxt_alloc_vf_resources() 426 if (!bp->pf.hwrm_cmd_req_addr[i]) in bnxt_alloc_vf_resources() 432 vf->hwrm_cmd_req_addr = bp->pf.hwrm_cmd_req_addr[i] + in bnxt_alloc_vf_resources() 934 memcpy(req.encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_fwd_err_resp() 955 memcpy(req.encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_exec_fwd_resp() 967 (struct hwrm_func_vf_cfg_input *)vf->hwrm_cmd_req_addr; in bnxt_vf_configure_mac() [all...] |
H A D | bnxt.h | 1106 void *hwrm_cmd_req_addr; member 1133 void *hwrm_cmd_req_addr[4]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 409 if (bp->pf.hwrm_cmd_req_addr[i]) { in bnxt_free_vf_resources() 411 bp->pf.hwrm_cmd_req_addr[i], in bnxt_free_vf_resources() 413 bp->pf.hwrm_cmd_req_addr[i] = NULL; in bnxt_free_vf_resources() 439 bp->pf.hwrm_cmd_req_addr[i] = in bnxt_alloc_vf_resources() 444 if (!bp->pf.hwrm_cmd_req_addr[i]) in bnxt_alloc_vf_resources() 450 vf->hwrm_cmd_req_addr = bp->pf.hwrm_cmd_req_addr[i] + in bnxt_alloc_vf_resources() 979 memcpy(req->encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_fwd_err_resp() 1002 memcpy(req->encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_exec_fwd_resp() 1015 (struct hwrm_func_vf_cfg_input *)vf->hwrm_cmd_req_addr; in bnxt_vf_configure_mac() [all...] |
H A D | bnxt.h | 1151 void *hwrm_cmd_req_addr; member 1178 void *hwrm_cmd_req_addr[4]; member
|
Completed in 15 milliseconds