Home
last modified time | relevance | path

Searched refs:stop_index (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_cnt.c189 unsigned int stop_index; in mlxsw_sp_counter_alloc() local
193 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()
/drivers/net/ethernet/sfc/siena/
A Dtx_common.c204 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local
206 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers()
209 while (read_ptr != stop_index) { in efx_dequeue_buffers()
/drivers/net/ethernet/sfc/
A Dtx_common.c231 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local
233 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers()
236 while (read_ptr != stop_index) { in efx_dequeue_buffers()
/drivers/net/ethernet/sfc/falcon/
A Dtx.c353 unsigned int stop_index, read_ptr; in ef4_dequeue_buffers() local
355 stop_index = (index + 1) & tx_queue->ptr_mask; in ef4_dequeue_buffers()
358 while (read_ptr != stop_index) { in ef4_dequeue_buffers()

Completed in 8 milliseconds