Home
last modified time | relevance | path

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

12

/dpdk/drivers/net/mlx5/
H A Dmlx5_vlan.c115 rxq_data->vlan_strip = !!on; in mlx5_vlan_strip_queue_set()
125 rxq_data->vlan_strip = !!on; in mlx5_vlan_strip_queue_set()
H A Dmlx5_rx.c761 if (rxq->vlan_strip) { in rxq_cq_to_mbuf()
762 bool vlan_strip; in rxq_cq_to_mbuf() local
766 vlan_strip = cqe->hdr_type_etc & in rxq_cq_to_mbuf()
769 vlan_strip = mcqe->hdr_type & in rxq_cq_to_mbuf()
771 if (vlan_strip) { in rxq_cq_to_mbuf()
H A Dmlx5_rx.h85 unsigned int vlan_strip:1; /* Enable VLAN stripping. */ member
H A Dmlx5_devx.c247 rq_attr.vsd = (rxq_data->vlan_strip) ? 0 : 1; in mlx5_rxq_create_devx_rq_resources()
/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c51 uint8_t vlan_strip; member
82 uint8_t vlan_strip; member
154 if (!pkt_q->vlan_strip && rte_vlan_insert(&mbuf)) in eth_af_packet_rx()
356 internals->vlan_strip = !!(rxmode->offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in eth_dev_configure()
499 pkt_q->vlan_strip = internals->vlan_strip; in eth_rx_queue_setup()
/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.h49 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.c982 vnic->vlan_strip = true; in bnxt_vnic_prep()
984 vnic->vlan_strip = false; in bnxt_vnic_prep()
/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h91 bool vlan_strip:1; member
H A Dnicvf_ethdev.c916 [nic->offload_cksum][nic->vlan_strip]; in nicvf_set_rx_function()
/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c574 struct virtchnl_vlan_setting vlan_strip; in iavf_config_vlan_strip_v2() local
583 ethertype = &vlan_strip.outer_ethertype_setting; in iavf_config_vlan_strip_v2()
586 ethertype = &vlan_strip.inner_ethertype_setting; in iavf_config_vlan_strip_v2()
590 memset(&vlan_strip, 0, sizeof(vlan_strip)); in iavf_config_vlan_strip_v2()
591 vlan_strip.vport_id = vf->vsi_res->vsi_id; in iavf_config_vlan_strip_v2()
596 args.in_args = (uint8_t *)&vlan_strip; in iavf_config_vlan_strip_v2()
597 args.in_args_size = sizeof(vlan_strip); in iavf_config_vlan_strip_v2()
/dpdk/drivers/net/virtio/
H A Dvirtio.h195 uint8_t vlan_strip; member
H A Dvirtio_rxtx.c1039 if (hw->vlan_strip) in virtio_recv_pkts()
1142 if (hw->vlan_strip) in virtio_recv_pkts_packed()
1274 if (hw->vlan_strip) in virtio_recv_pkts_inorder()
1453 if (hw->vlan_strip) in virtio_recv_mergeable_pkts()
1625 if (hw->vlan_strip) in virtio_recv_mergeable_pkts_packed()
H A Dvirtio_ethdev.c2646 hw->vlan_strip = 1; in virtio_dev_configure()
3017 hw->vlan_strip = !!(offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in virtio_dev_vlan_offload_set()
/dpdk/drivers/net/atlantic/
H A Datl_types.h109 bool vlan_strip; member
H A Datl_ethdev.c1728 cfg->vlan_strip = !!(mask & RTE_ETH_VLAN_STRIP_MASK); in atl_vlan_offload_set()
1731 hw_atl_rpo_rx_desc_vlan_stripping_set(hw, cfg->vlan_strip, i); in atl_vlan_offload_set()
H A Datl_rxtx.c1045 if (cfg->vlan_strip) in atl_recv_pkts()
/dpdk/drivers/net/netvsc/
H A Dhn_var.h145 uint8_t vlan_strip; member
H A Dhn_ethdev.c742 hv->vlan_strip = !!(rxmode->offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in hn_dev_configure()
H A Dhn_rxtx.c619 if (!hv->vlan_strip && rte_vlan_insert(&m)) { in hn_rxpkt()
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c112 uint8_t vlan_strip; member
401 if (r->internal->vlan_strip) in eth_vhost_rx()
1142 internal->vlan_strip = !!(rxmode->offloads & RTE_ETH_RX_OFFLOAD_VLAN_STRIP); in eth_dev_configure()
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h421 enum vlan_strip { enum
H A Dnicvf_hw.c702 nic->vlan_strip = enable; in nicvf_vlan_hw_strip()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c248 .create_flags = (rxq_data->vlan_strip ? in mlx5_rxq_ibv_wq_create()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst317 vlan_strip|vlan_filter|vlan_extend on|off

12