Home
last modified time | relevance | path

Searched refs:l3_prot_type (Results 1 – 5 of 5) 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()
1090 tir_attr->rx_hash_field_selector_outer.l3_prot_type); in mlx5_devx_cmd_create_tir()
1096 MLX5_SET(rx_hash_field_select, inner, l3_prot_type, in mlx5_devx_cmd_create_tir()
1097 tir_attr->rx_hash_field_selector_inner.l3_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()
1168 tir_attr->rx_hash_field_selector_outer.l3_prot_type); in mlx5_devx_cmd_modify_tir()
1176 MLX5_SET(rx_hash_field_select, inner, l3_prot_type, in mlx5_devx_cmd_modify_tir()
1177 tir_attr->rx_hash_field_selector_inner.l3_prot_type); in mlx5_devx_cmd_modify_tir()
H A Dmlx5_devx_cmds.h183 uint32_t l3_prot_type:1; member
H A Dmlx5_prm.h1868 u8 l3_prot_type[0x1]; member
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c198 tir_att.rx_hash_field_selector_outer.l3_prot_type = in mlx5_vdpa_rss_flows_create()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c880 rx_hash_field_select->l3_prot_type = in mlx5_devx_tir_attr_set()