Searched refs:l4_ok (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 1855 uint64_t l4_ok:1; member
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1646 test.l4_ok = 0; in mlx5_validate_integrity_item()
|
| H A D | mlx5_flow_dv.c | 6648 if ((mask->l4_ok || mask->l4_csum_ok) && !(pattern_flags & l4_flags)) in validate_integrity_bits() 12409 if (mask->l4_ok) { in flow_dv_translate_integrity_l4() 12418 if (value->l4_ok) { in flow_dv_translate_integrity_l4() 12419 MLX5_SET(fte_match_set_lyr_2_4, headers_m, l4_ok, 1); in flow_dv_translate_integrity_l4() 12420 MLX5_SET(fte_match_set_lyr_2_4, headers_v, l4_ok, 1); in flow_dv_translate_integrity_l4() 12424 !!value->l4_ok); in flow_dv_translate_integrity_l4()
|
| /dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 458 …- Verification bits provided by the hardware are ``l3_ok``, ``ipv4_csum_ok``, ``l4_ok``, ``l4_csum… 462 …For example, if integrity item mask sets ``l4_ok`` or ``l4_csum_ok`` bits, reference to L4 network… 467 …flow create 0 ingress pattern integrity level is 0 value mask l4_ok value spec 0 / eth / ipv4 prot…
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 945 u8 l4_ok[0x1]; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1481 - ``l4_ok``: all layer 4 HW integrity checks passed.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 5411 TCP packet integrity is matched with the ``l4_ok`` bit 3.
|