Searched refs:VIRTCHNL_OP_GET_VF_RESOURCES (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_virtchnl_allowlist.c | 30 VIRTCHNL_OP_GET_VF_RESOURCES, VIRTCHNL_OP_VERSION, VIRTCHNL_OP_RESET_VF,
|
A D | ice_virtchnl_pf.c | 2472 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg() 4712 case VIRTCHNL_OP_GET_VF_RESOURCES: in ice_vc_process_vf_msg()
|
/linux/include/linux/avf/ |
A D | virtchnl.h | 110 VIRTCHNL_OP_GET_VF_RESOURCES = 3, enumerator 1012 case VIRTCHNL_OP_GET_VF_RESOURCES: in virtchnl_vc_validate_vf_msg()
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_virtchnl.c | 148 adapter->current_op = 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() 154 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_VF_RESOURCES, in iavf_send_vf_config_msg() 219 if (op == VIRTCHNL_OP_GET_VF_RESOURCES) in iavf_get_vf_config() 1719 case VIRTCHNL_OP_GET_VF_RESOURCES: { in iavf_virtchnl_completion()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_virtchnl_pf.c | 2155 ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, in i40e_vc_get_vf_resources_msg() 3949 case VIRTCHNL_OP_GET_VF_RESOURCES: in i40e_vc_process_vf_msg()
|
Completed in 24 milliseconds