Home
last modified time | relevance | path

Searched refs:rx_hash_field_select (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1089 MLX5_SET(rx_hash_field_select, outer, l3_prot_type, in mlx5_devx_cmd_create_tir()
1091 MLX5_SET(rx_hash_field_select, outer, l4_prot_type, in mlx5_devx_cmd_create_tir()
1093 MLX5_SET(rx_hash_field_select, outer, selected_fields, in mlx5_devx_cmd_create_tir()
1096 MLX5_SET(rx_hash_field_select, inner, l3_prot_type, in mlx5_devx_cmd_create_tir()
1098 MLX5_SET(rx_hash_field_select, inner, l4_prot_type, in mlx5_devx_cmd_create_tir()
1167 MLX5_SET(rx_hash_field_select, outer, l3_prot_type, in mlx5_devx_cmd_modify_tir()
1169 MLX5_SET(rx_hash_field_select, outer, l4_prot_type, in mlx5_devx_cmd_modify_tir()
1172 (rx_hash_field_select, outer, selected_fields, in mlx5_devx_cmd_modify_tir()
1176 MLX5_SET(rx_hash_field_select, inner, l3_prot_type, in mlx5_devx_cmd_modify_tir()
1178 MLX5_SET(rx_hash_field_select, inner, l4_prot_type, in mlx5_devx_cmd_modify_tir()
[all …]
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c873 struct mlx5_rx_hash_field_select *rx_hash_field_select = in mlx5_devx_tir_attr_set() local
880 rx_hash_field_select->l3_prot_type = in mlx5_devx_tir_attr_set()
883 rx_hash_field_select->l4_prot_type = in mlx5_devx_tir_attr_set()
886 rx_hash_field_select->selected_fields = in mlx5_devx_tir_attr_set()