Home
last modified time | relevance | path

Searched refs:rx_hash_field_selector_outer (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c193 tir_att.rx_hash_field_selector_outer.l3_prot_type = in mlx5_vdpa_rss_flows_create()
195 tir_att.rx_hash_field_selector_outer.l4_prot_type = in mlx5_vdpa_rss_flows_create()
197 tir_att.rx_hash_field_selector_outer.selected_fields = in mlx5_vdpa_rss_flows_create()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1444 outer = MLX5_ADDR_OF(tirc, tir_ctx, rx_hash_field_selector_outer); in mlx5_devx_cmd_create_tir()
1446 tir_attr->rx_hash_field_selector_outer.l3_prot_type); in mlx5_devx_cmd_create_tir()
1448 tir_attr->rx_hash_field_selector_outer.l4_prot_type); in mlx5_devx_cmd_create_tir()
1450 tir_attr->rx_hash_field_selector_outer.selected_fields); in mlx5_devx_cmd_create_tir()
1522 rx_hash_field_selector_outer); in mlx5_devx_cmd_modify_tir()
1524 tir_attr->rx_hash_field_selector_outer.l3_prot_type); in mlx5_devx_cmd_modify_tir()
1526 tir_attr->rx_hash_field_selector_outer.l4_prot_type); in mlx5_devx_cmd_modify_tir()
1529 tir_attr->rx_hash_field_selector_outer.selected_fields); in mlx5_devx_cmd_modify_tir()
H A Dmlx5_devx_cmds.h362 struct mlx5_rx_hash_field_select rx_hash_field_selector_outer; member
H A Dmlx5_prm.h2491 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_outer; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c752 &tir_attr->rx_hash_field_selector_outer; in mlx5_devx_tir_attr_set()