Searched refs:VIRTCHNL_OP_GET_VF_RESOURCES (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_allowlist.c | 30 VIRTCHNL_OP_GET_VF_RESOURCES, VIRTCHNL_OP_VERSION, VIRTCHNL_OP_RESET_VF,
|
D | ice_virtchnl.c | 519 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg() 3717 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
|
/linux-6.1.9/include/linux/avf/ |
D | virtchnl.h | 110 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator 1365 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
|
/linux-6.1.9/drivers/net/ethernet/intel/iavf/ |
D | iavf_virtchnl.c | 153 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() 225 err = iavf_poll_virtchnl_msg(hw, &event, VIRTCHNL_OP_GET_VF_RESOURCES); in iavf_get_vf_config() 2167 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 2204 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg() 4076 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()
|