Home
last modified time | relevance | path

Searched refs:VLAN_V2_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h416 #define VLAN_V2_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ macro
423 (VLAN_V2_ALLOWED((_a)) && \
H A Diavf_main.c832 else if (VLAN_V2_ALLOWED(adapter)) in iavf_get_max_vlans_allowed()
1466 } else if (VLAN_V2_ALLOWED(adapter)) { in iavf_set_queue_vlan_tag_loc()
2270 } else if (VLAN_V2_ALLOWED(adapter)) { in iavf_set_vlan_offload_features()
2820 if (VLAN_V2_ALLOWED(adapter)) in iavf_init_config_adapter()
4746 } else if (VLAN_V2_ALLOWED(adapter)) { in iavf_get_netdev_vlan_hw_features()
4810 } else if (VLAN_V2_ALLOWED(adapter)) { in iavf_get_netdev_vlan_features()
H A Diavf_virtchnl.c191 if (!VLAN_V2_ALLOWED(adapter)) in iavf_send_vf_offload_vlan_v2_msg()
2623 if (VLAN_V2_ALLOWED(adapter)) in iavf_virtchnl_completion()