Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c30 VIRTCHNL_OP_GET_VF_RESOURCES, VIRTCHNL_OP_VERSION, VIRTCHNL_OP_RESET_VF,
Dice_virtchnl.c496 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
3729 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
/linux-5.19.10/include/linux/avf/
Dvirtchnl.h110 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator
1365 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c157 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
160 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
163 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
229 err = iavf_poll_virtchnl_msg(hw, &event, VIRTCHNL_OP_GET_VF_RESOURCES); in iavf_get_vf_config()
2156 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2161 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg()
4033 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()