Home
last modified time | relevance | path

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

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c195 tir_att.rx_hash_field_selector_outer.l4_prot_type = in mlx5_vdpa_rss_flows_create()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c1447 MLX5_SET(rx_hash_field_select, outer, l4_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()
1454 MLX5_SET(rx_hash_field_select, inner, l4_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()
1525 MLX5_SET(rx_hash_field_select, outer, l4_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()
1534 MLX5_SET(rx_hash_field_select, inner, l4_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()
H A Dmlx5_devx_cmds.h344 uint32_t l4_prot_type:1; member
H A Dmlx5_prm.h2439 u8 l4_prot_type[0x1]; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c757 rx_hash_field_select->l4_prot_type = in mlx5_devx_tir_attr_set()