Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/avf/
Dvirtchnl.h110 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator
689 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c144 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
147 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
150 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
215 if (op == VIRTCHNL_OP_GET_VF_RESOURCES) in iavf_get_vf_config()
1346 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c1679 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
2943 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1955 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg()
3770 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()