Home
last modified time | relevance | path

Searched refs:hw_vlan_strip (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_vlan.c99 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() local
148 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()
H A Dmlx5.h200 unsigned int hw_vlan_strip:1; /* VLAN stripping is supported. */ member
H A Dmlx5_rxq.c417 if (config->hw_vlan_strip) in mlx5_get_rx_queue_offloads()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1084 config->hw_vlan_strip = !!(sh->device_attr.raw_packet_caps & in mlx5_dev_spawn()
1087 (config->hw_vlan_strip ? "" : "not ")); in mlx5_dev_spawn()