Home
last modified time | relevance | path

Searched refs:vlan_strip (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_vlan.c114 rxq->vlan_strip = !!on; in mlx5_vlan_strip_queue_set()
124 rxq->vlan_strip = !!on; in mlx5_vlan_strip_queue_set()
H A Dmlx5_rxtx.c1348 if (rxq->vlan_strip) { in rxq_cq_to_mbuf()
1349 bool vlan_strip; in rxq_cq_to_mbuf() local
1353 vlan_strip = cqe->hdr_type_etc & in rxq_cq_to_mbuf()
1356 vlan_strip = mcqe->hdr_type & in rxq_cq_to_mbuf()
1358 if (vlan_strip) { in rxq_cq_to_mbuf()
H A Dmlx5_rxtx.h115 unsigned int vlan_strip:1; /* Enable VLAN stripping. */ member
H A Dmlx5_devx.c278 rq_attr->vsd = (rxq_data->vlan_strip) ? 0 : 1; in mlx5_devx_create_rq_attr_fill()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.h52 bool vlan_strip; member
H A Drte_pmd_bnxt.c347 vnic->vlan_strip = *on; in rte_pmd_bnxt_set_vf_vlan_stripq_cb()
H A Dbnxt_flow.c927 vnic->vlan_strip = true; in bnxt_vnic_prep()
929 vnic->vlan_strip = false; in bnxt_vnic_prep()
/f-stack/app/nginx-1.16.1/conf/
H A Df-stack.conf25 vlan_strip=1
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h91 bool vlan_strip:1; member
/f-stack/lib/
H A Dff_config.h152 int vlan_strip; member
H A Dff_config.c689 pconfig->dpdk.vlan_strip = atoi(value); in ini_parse_handler()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h254 uint8_t vlan_strip; member
H A Dvirtio_rxtx.c1010 if (hw->vlan_strip) in virtio_recv_pkts()
1113 if (hw->vlan_strip) in virtio_recv_pkts_packed()
1245 if (hw->vlan_strip) in virtio_recv_pkts_inorder()
1424 if (hw->vlan_strip) in virtio_recv_mergeable_pkts()
1596 if (hw->vlan_strip) in virtio_recv_mergeable_pkts_packed()
H A Dvirtio_ethdev.c2291 hw->vlan_strip = 1; in virtio_dev_configure()
2615 hw->vlan_strip = !!(offloads & DEV_RX_OFFLOAD_VLAN_STRIP); in virtio_dev_vlan_offload_set()
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h109 bool vlan_strip; member
H A Datl_ethdev.c1735 cfg->vlan_strip = !!(mask & ETH_VLAN_STRIP_MASK); in atl_vlan_offload_set()
1738 hw_atl_rpo_rx_desc_vlan_stripping_set(hw, cfg->vlan_strip, i); in atl_vlan_offload_set()
H A Datl_rxtx.c1050 if (cfg->vlan_strip) in atl_recv_pkts()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h117 uint8_t vlan_strip; member
H A Dhn_ethdev.c576 hv->vlan_strip = !!(rxmode->offloads & DEV_RX_OFFLOAD_VLAN_STRIP); in hn_dev_configure()
H A Dhn_rxtx.c621 if (!hv->vlan_strip && rte_vlan_insert(&m)) { in hn_rxpkt()
/f-stack/
H A Dconfig.ini25 vlan_strip=1 key
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c112 uint8_t vlan_strip; member
411 if (r->internal->vlan_strip) in eth_vhost_rx()
1127 internal->vlan_strip = !!(rxmode->offloads & DEV_RX_OFFLOAD_VLAN_STRIP); in eth_dev_configure()
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c702 nic->vlan_strip = enable; in nicvf_vlan_hw_strip()
H A Dnicvf_hw_defs.h420 enum vlan_strip { enum
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c284 .create_flags = (rxq_data->vlan_strip ? in mlx5_rxq_ibv_wq_create()

12