Home
last modified time | relevance | path

Searched refs:flow_hit_aso (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h114 uint32_t flow_hit_aso:1; /* General obj type FLOW_HIT_ASO supported. */ member
H A Dmlx5_devx_cmds.c720 attr->flow_hit_aso = !!(MLX5_GET64(cmd_hca_cap, hcattr, in mlx5_devx_cmd_query_hca_attr()
2034 ptr = MLX5_ADDR_OF(create_flow_hit_aso_in, in, flow_hit_aso); in mlx5_devx_cmd_create_flow_hit_aso_obj()
2035 MLX5_SET(flow_hit_aso, ptr, access_pd, pd); in mlx5_devx_cmd_create_flow_hit_aso_obj()
H A Dmlx5_prm.h2368 struct mlx5_ifc_flow_hit_aso_bits flow_hit_aso; member
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1202 if (config->hca_attr.flow_hit_aso && in mlx5_dev_spawn()