Home
last modified time | relevance | path

Searched refs:has_vlan (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c280 uint16_t vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument
284 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post()
331 bool has_vlan = !!(txm->ol_flags & PKT_TX_VLAN_PKT); in ionic_tx_tso() local
377 vlan_tci, has_vlan, in ionic_tx_tso()
419 vlan_tci, has_vlan, in ionic_tx_tso()
445 bool has_vlan; in ionic_tx() local
464 has_vlan = (ol_flags & PKT_TX_VLAN_PKT); in ionic_tx()
470 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c88 bool has_vlan = 0; in bnxt_filter_type_check() local
98 has_vlan = 1; in bnxt_filter_type_check()
115 if (has_vlan && use_ntuple) { in bnxt_filter_type_check()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h740 uint32_t has_vlan:1; /**< Packet header contains at least one VLAN. */ member
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst217 * Added support for the new VLAN fields ``has_vlan`` in the Ethernet item
713 * Added new field ``has_vlan`` to structure ``rte_flow_item_eth``,
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c1810 .has_vlan = ext_vlan_sup ? 1 : 0, in mlx5_flow_validate_item_eth()
3342 unsigned int has_vlan = 0; in find_graph_root() local
3346 has_vlan = 1; in find_graph_root()
3350 if (has_vlan) in find_graph_root()
H A Dmlx5_flow_dv.c6343 .has_vlan = 0, in flow_dv_translate_item_eth()
6404 if (eth_m->has_vlan) { in flow_dv_translate_item_eth()
6406 if (eth_v->has_vlan) { in flow_dv_translate_item_eth()
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst910 The field ``has_vlan`` can be used to match any type of tagged packets,
912 If the ``type`` and ``has_vlan`` fields are not specified, then both tagged
918 - ``has_vlan``: packet header contains at least one VLAN.
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst139 flow create 0 ingress pattern eth has_vlan is 1 / end ...
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c2311 has_vlan, 1)),