Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/avf/
Dvirtchnl.h110 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator
694 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c145 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
148 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
151 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
216 if (op == VIRTCHNL_OP_GET_VF_RESOURCES) in iavf_get_vf_config()
1389 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c1977 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
3686 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2027 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg()
3854 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()