Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c105 ALLOW_ITEM(VIRTCHNL_VF_OFFLOAD_VLAN_V2, vlan_v2_allowlist_opcodes),
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h409 VIRTCHNL_VF_OFFLOAD_VLAN_V2)
H A Diavf_virtchnl.c144 VIRTCHNL_VF_OFFLOAD_VLAN_V2 | in iavf_send_vf_config_msg()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h249 #define VIRTCHNL_VF_OFFLOAD_VLAN_V2 BIT(15) macro