hwrm_func_vf_cfg_input
struct hwrm_func_vf_cfg_input req = {0};
struct hwrm_func_vf_cfg_input req = {0};
struct hwrm_func_vf_cfg_input req = (struct hwrm_func_vf_cfg_input){0};
u32 msg_size = sizeof(struct hwrm_func_vf_cfg_input);
struct hwrm_func_vf_cfg_input *req =
(struct hwrm_func_vf_cfg_input *)vf->hwrm_cmd_req_addr;