Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c101 ALLOW_ITEM(VIRTCHNL_VF_OFFLOAD_VLAN_V2, vlan_v2_allowlist_opcodes),
Dice_virtchnl.c405 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_VLAN_V2) { in ice_vc_get_vf_res_msg()
407 vfres->vf_cap_flags |= VIRTCHNL_VF_OFFLOAD_VLAN_V2; in ice_vc_get_vf_res_msg()
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf.h398 VIRTCHNL_VF_OFFLOAD_VLAN_V2)
Diavf_virtchnl.c148 VIRTCHNL_VF_OFFLOAD_VLAN_V2 | in iavf_send_vf_config_msg()
/linux-5.19.10/include/linux/avf/
Dvirtchnl.h256 #define VIRTCHNL_VF_OFFLOAD_VLAN_V2 BIT(15) macro