Searched refs:flow_hit_aso (Results 1 – 4 of 4) sorted by relevance
202 uint32_t flow_hit_aso:1; /* General obj type FLOW_HIT_ASO supported. */ member
914 attr->flow_hit_aso = !!(general_obj_types_supported & in mlx5_devx_cmd_query_hca_attr()2421 ptr = MLX5_ADDR_OF(create_flow_hit_aso_in, in, flow_hit_aso); in mlx5_devx_cmd_create_flow_hit_aso_obj()2422 MLX5_SET(flow_hit_aso, ptr, access_pd, pd); in mlx5_devx_cmd_create_flow_hit_aso_obj()
3109 struct mlx5_ifc_flow_hit_aso_bits flow_hit_aso; member
1348 if (hca_attr->flow_hit_aso && priv->mtr_color_reg == REG_C_3) { in mlx5_dev_spawn()