Searched refs:VIRTCHNL_OP_GET_VF_RESOURCES (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_allowlist.c | 28 VIRTCHNL_OP_GET_VF_RESOURCES, VIRTCHNL_OP_VERSION, VIRTCHNL_OP_RESET_VF,
|
D | ice_virtchnl.c | 522 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/ |
D | virtchnl.h | 107 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/ |
D | iavf_virtchnl.c | 156 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/ |
D | i40e_virtchnl_pf.c | 2228 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()
|