Searched refs:hwrm_cmd_req_addr (Results 1 – 2 of 2) sorted by relevance
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()963 memcpy(req->encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_fwd_err_resp()986 memcpy(req->encap_request, vf->hwrm_cmd_req_addr, msg_size); in bnxt_hwrm_exec_fwd_resp()999 (struct hwrm_func_vf_cfg_input *)vf->hwrm_cmd_req_addr; in bnxt_vf_configure_mac()1068 (struct hwrm_port_phy_qcfg_input *)vf->hwrm_cmd_req_addr; in bnxt_vf_set_link()[all …]
1116 void *hwrm_cmd_req_addr; member1143 void *hwrm_cmd_req_addr[4]; member
Completed in 19 milliseconds