Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h253 #define VIRTCHNL_VF_OFFLOAD_ENCAP BIT(20) macro
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c467 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
468 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_ENCAP; in ice_vc_get_vf_res_msg()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2177 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
2178 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_ENCAP; in i40e_vc_get_vf_resources_msg()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c143 VIRTCHNL_VF_OFFLOAD_ENCAP | in iavf_send_vf_config_msg()
H A Diavf_main.c4862 if (vfres->vf_cap_flags & VIRTCHNL_VF_OFFLOAD_ENCAP) { in iavf_process_config()