Searched refs:flow_hit_aso (Results 1 – 4 of 4) sorted by relevance
114 uint32_t flow_hit_aso:1; /* General obj type FLOW_HIT_ASO supported. */ member
720 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()
2368 struct mlx5_ifc_flow_hit_aso_bits flow_hit_aso; member
1202 if (config->hca_attr.flow_hit_aso && in mlx5_dev_spawn()