Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c28 VIRTCHNL_OP_GET_VF_RESOURCES, VIRTCHNL_OP_VERSION, VIRTCHNL_OP_RESET_VF,
Dice_virtchnl.c522 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
4079 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
/linux-6.12.1/include/linux/avf/
Dvirtchnl.h107 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator
1467 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c156 adapter->current_op = 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()
162 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg()
227 err = iavf_poll_virtchnl_msg(hw, &event, VIRTCHNL_OP_GET_VF_RESOURCES); in iavf_get_vf_config()
2266 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2228 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg()
4202 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()