Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c107 ALLOW_ITEM(VIRTCHNL_VF_OFFLOAD_VLAN_V2, vlan_v2_allowlist_opcodes),
Dice_virtchnl.c379 if (driver_caps & VIRTCHNL_VF_OFFLOAD_VLAN_V2) { in ice_vc_get_vlan_caps()
381 return VIRTCHNL_VF_OFFLOAD_VLAN_V2; in ice_vc_get_vlan_caps()
/linux-6.6.21/drivers/net/ethernet/intel/iavf/
Diavf.h409 VIRTCHNL_VF_OFFLOAD_VLAN_V2)
Diavf_virtchnl.c144 VIRTCHNL_VF_OFFLOAD_VLAN_V2 | in iavf_send_vf_config_msg()
/linux-6.6.21/include/linux/avf/
Dvirtchnl.h243 #define VIRTCHNL_VF_OFFLOAD_VLAN_V2 BIT(15) macro