Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_GET_VF_RESOURCES (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c28 VIRTCHNL_OP_GET_VF_RESOURCES, VIRTCHNL_OP_VERSION, VIRTCHNL_OP_RESET_VF,
H A Dice_virtchnl.c515 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
3955 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h107 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator
1433 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c153 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
156 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
159 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
224 err = iavf_poll_virtchnl_msg(hw, &event, VIRTCHNL_OP_GET_VF_RESOURCES); in iavf_get_vf_config()
2232 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2234 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg()
4206 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()