Searched refs:stop_index (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_cnt.c | 189 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()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | bpf_loop.c | 23 u32 stop_index = -1; variable 39 if (index >= stop_index) in callback()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_loop.c | 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()
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | tx_common.c | 204 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()
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | tx_common.c | 216 unsigned int stop_index, read_ptr; in efx_dequeue_buffers() local 218 stop_index = (index + 1) & tx_queue->ptr_mask; in efx_dequeue_buffers() 221 while (read_ptr != stop_index) { in efx_dequeue_buffers()
|
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/ |
D | tx.c | 361 unsigned int stop_index, read_ptr; in ef4_dequeue_buffers() local 363 stop_index = (index + 1) & tx_queue->ptr_mask; in ef4_dequeue_buffers() 366 while (read_ptr != stop_index) { in ef4_dequeue_buffers()
|
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/ |
D | ionic_dev.c | 803 unsigned int stop_index) in ionic_q_service() argument 815 if (unlikely(!ionic_q_is_posted(q, stop_index))) in ionic_q_service() 818 q->name, stop_index, q->tail_idx, q->head_idx); in ionic_q_service() 833 } while (index != stop_index); in ionic_q_service()
|
D | ionic_dev.h | 382 unsigned int stop_index);
|