Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/avf/
Dvirtchnl.h261 #define VIRTCHNL_VF_OFFLOAD_ENCAP BIT(20) macro
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl.c448 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
449 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_ENCAP; in ice_vc_get_vf_res_msg()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2107 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
2108 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_ENCAP; in i40e_vc_get_vf_resources_msg()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c147 VIRTCHNL_VF_OFFLOAD_ENCAP | in iavf_send_vf_config_msg()
Diavf_main.c4540 if (vfres->vf_cap_flags & VIRTCHNL_VF_OFFLOAD_ENCAP) { in iavf_process_config()