Lines Matching refs:counter_id
946 dst.counter_id = mlx5_fc_id(opfc->fc);
1116 dest_arr[dest_num].counter_id =
1606 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type)
1656 dst[dst_num].counter_id = counter_id;
1881 static bool is_flow_counter(void *obj, u32 offset, u32 *counter_id)
1891 *counter_id = MLX5_GET(dealloc_flow_counter_in,
1894 *counter_id += offset;
1907 u32 *offset_attr, offset = 0, counter_id = 0;
1959 if (!is_flow_counter(devx_obj, offset, &counter_id))
1999 counter_id, cmd_in, inlen, dest_id, dest_type);