Searched refs:has_vlan (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.c | 280 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 D | bnxt_flow.c | 88 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 D | rte_flow.h | 740 uint32_t has_vlan:1; /**< Packet header contains at least one VLAN. */ member
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 217 * 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 D | mlx5_flow.c | 1810 .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 D | mlx5_flow_dv.c | 6343 .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 D | rte_flow.rst | 910 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 D | mlx5.rst | 139 flow create 0 ingress pattern eth has_vlan is 1 / end ...
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2311 has_vlan, 1)),
|