Home
last modified time | relevance | path

Searched refs:rx_hash_field_selector_inner (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1451 inner = MLX5_ADDR_OF(tirc, tir_ctx, rx_hash_field_selector_inner); in mlx5_devx_cmd_create_tir()
1453 tir_attr->rx_hash_field_selector_inner.l3_prot_type); in mlx5_devx_cmd_create_tir()
1455 tir_attr->rx_hash_field_selector_inner.l4_prot_type); in mlx5_devx_cmd_create_tir()
1457 tir_attr->rx_hash_field_selector_inner.selected_fields); in mlx5_devx_cmd_create_tir()
1531 rx_hash_field_selector_inner); in mlx5_devx_cmd_modify_tir()
1533 tir_attr->rx_hash_field_selector_inner.l3_prot_type); in mlx5_devx_cmd_modify_tir()
1535 tir_attr->rx_hash_field_selector_inner.l4_prot_type); in mlx5_devx_cmd_modify_tir()
1538 tir_attr->rx_hash_field_selector_inner.selected_fields); in mlx5_devx_cmd_modify_tir()
H A Dmlx5_devx_cmds.h363 struct mlx5_rx_hash_field_select rx_hash_field_selector_inner; member
H A Dmlx5_prm.h2492 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_inner; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c750 &tir_attr->rx_hash_field_selector_inner : in mlx5_devx_tir_attr_set()