Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/avf/
Dvirtchnl.h252 #define VIRTCHNL_VF_OFFLOAD_USO BIT(25) macro
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_virtchnl.c495 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_USO) in ice_vc_get_vf_res_msg()
496 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_USO; in ice_vc_get_vf_res_msg()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c148 VIRTCHNL_VF_OFFLOAD_USO | in iavf_send_vf_config_msg()
Diavf_main.c4815 if (vfres->vf_cap_flags & VIRTCHNL_VF_OFFLOAD_USO) in iavf_process_config()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2195 if (!(vf->driver_caps & VIRTCHNL_VF_OFFLOAD_USO) && !vf->pf_set_mac) { in i40e_vc_get_vf_resources_msg()