Searched refs:hw_vlan_strip (Results 1 – 4 of 4) sorted by relevance
99 if (!priv->config.hw_vlan_strip) { in mlx5_vlan_strip_queue_set()145 int hw_vlan_strip = !!(dev->data->dev_conf.rxmode.offloads & in mlx5_vlan_offload_set() local148 if (!priv->config.hw_vlan_strip) { in mlx5_vlan_offload_set()155 mlx5_vlan_strip_queue_set(dev, i, hw_vlan_strip); in mlx5_vlan_offload_set()
200 unsigned int hw_vlan_strip:1; /* VLAN stripping is supported. */ member
417 if (config->hw_vlan_strip) in mlx5_get_rx_queue_offloads()
1084 config->hw_vlan_strip = !!(sh->device_attr.raw_packet_caps & in mlx5_dev_spawn()1087 (config->hw_vlan_strip ? "" : "not ")); in mlx5_dev_spawn()