Searched refs:stop_index (Results 1 – 6 of 6) sorted by relevance
189 unsigned int stop_index; in mlxsw_sp_counter_alloc() local193 stop_index = sub_pool->base_index + sub_pool->size; in mlxsw_sp_counter_alloc()197 entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index); in mlxsw_sp_counter_alloc()198 if (entry_index == stop_index) { in mlxsw_sp_counter_alloc()205 if (entry_index + sub_pool->entry_size > stop_index) { in mlxsw_sp_counter_alloc()
23 u32 stop_index = -1; variable39 if (index >= stop_index) in callback()
53 skel->data->stop_index = 50; in check_callback_fn_stop()57 ASSERT_EQ(skel->bss->nr_loops_returned, skel->data->stop_index + 1, in check_callback_fn_stop()
204 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local206 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers()209 while (read_ptr != stop_index) { in efx_dequeue_buffers()
216 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local218 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers()221 while (read_ptr != stop_index) { in efx_dequeue_buffers()
361 unsigned int stop_index, read_ptr; in ef4_dequeue_buffers() local363 stop_index = (index + 1) & tx_queue->ptr_mask; in ef4_dequeue_buffers()366 while (read_ptr != stop_index) { in ef4_dequeue_buffers()