Searched refs:num_q_counter_allocated (Results 1 – 2 of 2) sorted by relevance
139 if (mdev->num_q_counter_allocated[client_id] > in mlx5_vport_alloc_q_counter()152 mdev->num_q_counter_allocated[client_id]++; in mlx5_vport_alloc_q_counter()164 if (mdev->num_q_counter_allocated[client_id] <= 0) in mlx5_vport_dealloc_q_counter()174 mdev->num_q_counter_allocated[client_id]--; in mlx5_vport_dealloc_q_counter()
732 u32 num_q_counter_allocated[MLX5_INTERFACE_NUMBER]; member