Searched refs:stop_index (Results 1 – 5 of 5) sorted by relevance
141 unsigned int stop_index; in mlxsw_sp_counter_alloc() local145 stop_index = sub_pool->base_index + sub_pool->size; in mlxsw_sp_counter_alloc()148 entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index); in mlxsw_sp_counter_alloc()149 if (entry_index == stop_index) in mlxsw_sp_counter_alloc()154 if (entry_index + sub_pool->entry_size > stop_index) in mlxsw_sp_counter_alloc()
471 unsigned int stop_index) in ionic_q_service() argument482 if (unlikely(!ionic_q_is_posted(q, stop_index))) in ionic_q_service()485 q->name, stop_index, q->tail->index, q->head->index); in ionic_q_service()499 } while (desc_info->index != stop_index); in ionic_q_service()
297 unsigned int stop_index);
360 unsigned int stop_index, read_ptr; in ef4_dequeue_buffers() local362 stop_index = (index + 1) & tx_queue->ptr_mask; in ef4_dequeue_buffers()365 while (read_ptr != stop_index) { in ef4_dequeue_buffers()
611 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local613 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers()616 while (read_ptr != stop_index) { in efx_dequeue_buffers()