Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1445 MLX5_SET(rx_hash_field_select, outer, l3_prot_type, in mlx5_devx_cmd_create_tir()
1447 MLX5_SET(rx_hash_field_select, outer, l4_prot_type, in mlx5_devx_cmd_create_tir()
1449 MLX5_SET(rx_hash_field_select, outer, selected_fields, in mlx5_devx_cmd_create_tir()
1452 MLX5_SET(rx_hash_field_select, inner, l3_prot_type, in mlx5_devx_cmd_create_tir()
1454 MLX5_SET(rx_hash_field_select, inner, l4_prot_type, in mlx5_devx_cmd_create_tir()
1523 MLX5_SET(rx_hash_field_select, outer, l3_prot_type, in mlx5_devx_cmd_modify_tir()
1525 MLX5_SET(rx_hash_field_select, outer, l4_prot_type, in mlx5_devx_cmd_modify_tir()
1528 (rx_hash_field_select, outer, selected_fields, in mlx5_devx_cmd_modify_tir()
1532 MLX5_SET(rx_hash_field_select, inner, l3_prot_type, in mlx5_devx_cmd_modify_tir()
1534 MLX5_SET(rx_hash_field_select, inner, l4_prot_type, in mlx5_devx_cmd_modify_tir()
[all …]
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c747 struct mlx5_rx_hash_field_select *rx_hash_field_select = in mlx5_devx_tir_attr_set() local
754 rx_hash_field_select->l3_prot_type = in mlx5_devx_tir_attr_set()
757 rx_hash_field_select->l4_prot_type = in mlx5_devx_tir_attr_set()
760 rx_hash_field_select->selected_fields = in mlx5_devx_tir_attr_set()