Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_cnt.c192 unsigned int stop_index; in mlxsw_sp_counter_alloc() local
196 stop_index = sub_pool->base_index + sub_pool->size; in mlxsw_sp_counter_alloc()
200 entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index); in mlxsw_sp_counter_alloc()
201 if (entry_index == stop_index) { in mlxsw_sp_counter_alloc()
208 if (entry_index + sub_pool->entry_size > stop_index) { in mlxsw_sp_counter_alloc()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dtx_common.c203 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local
205 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers()
208 while (read_ptr != stop_index) { in efx_dequeue_buffers()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
Dionic_dev.c619 unsigned int stop_index) in ionic_q_service() argument
631 if (unlikely(!ionic_q_is_posted(q, stop_index))) in ionic_q_service()
634 q->name, stop_index, q->tail_idx, q->head_idx); in ionic_q_service()
649 } while (index != stop_index); in ionic_q_service()
Dionic_dev.h340 unsigned int stop_index);
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dtx.c360 unsigned int stop_index, read_ptr; in ef4_dequeue_buffers() local
362 stop_index = (index + 1) & tx_queue->ptr_mask; in ef4_dequeue_buffers()
365 while (read_ptr != stop_index) { in ef4_dequeue_buffers()