Lines Matching refs:counter_id
987 dest_arr[dest_num].counter_id =
1478 u32 counter_id, void *cmd_in, int inlen, int dest_id, int dest_type)
1527 dst[dst_num].counter_id = counter_id;
1902 static bool is_flow_counter(void *obj, u32 offset, u32 *counter_id)
1912 *counter_id = MLX5_GET(dealloc_flow_counter_in,
1915 *counter_id += offset;
1928 u32 *offset_attr, offset = 0, counter_id = 0;
1980 if (!is_flow_counter(devx_obj, offset, &counter_id))
2020 counter_id, cmd_in, inlen, dest_id, dest_type);