Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h264 #define VIRTCHNL_VF_OFFLOAD_ENCAP BIT(20) macro
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c471 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
472 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_ENCAP; in ice_vc_get_vf_res_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c144 VIRTCHNL_VF_OFFLOAD_ENCAP | in iavf_send_vf_config_msg()
H A Diavf_main.c5166 if (vfres->vf_cap_flags & VIRTCHNL_VF_OFFLOAD_ENCAP) { in iavf_process_config()