Searched refs:VIRTCHNL_OP_GET_VF_RESOURCES (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/avf/ |
| H A D | virtchnl.h | 110 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator 692 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_virtchnl.c | 145 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() 1435 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_virtchnl_pf.c | 2007 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg() 3739 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 2146 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg() 4012 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()
|