stop_index        141 drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c 	unsigned int stop_index;
stop_index        145 drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c 	stop_index = sub_pool->base_index + sub_pool->size;
stop_index        148 drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c 	entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index);
stop_index        149 drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c 	if (entry_index == stop_index)
stop_index        154 drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c 	if (entry_index + sub_pool->entry_size > stop_index)
stop_index        471 drivers/net/ethernet/pensando/ionic/ionic_dev.c 		     unsigned int stop_index)
stop_index        482 drivers/net/ethernet/pensando/ionic/ionic_dev.c 	if (unlikely(!ionic_q_is_posted(q, stop_index)))
stop_index        485 drivers/net/ethernet/pensando/ionic/ionic_dev.c 			q->name, stop_index, q->tail->index, q->head->index);
stop_index        499 drivers/net/ethernet/pensando/ionic/ionic_dev.c 	} while (desc_info->index != stop_index);
stop_index        297 drivers/net/ethernet/pensando/ionic/ionic_dev.h 		     unsigned int stop_index);
stop_index        360 drivers/net/ethernet/sfc/falcon/tx.c 	unsigned int stop_index, read_ptr;
stop_index        362 drivers/net/ethernet/sfc/falcon/tx.c 	stop_index = (index + 1) & tx_queue->ptr_mask;
stop_index        365 drivers/net/ethernet/sfc/falcon/tx.c 	while (read_ptr != stop_index) {
stop_index        611 drivers/net/ethernet/sfc/tx.c 	unsigned int stop_index, read_ptr;
stop_index        613 drivers/net/ethernet/sfc/tx.c 	stop_index = (index + 1) & tx_queue->ptr_mask;
stop_index        616 drivers/net/ethernet/sfc/tx.c 	while (read_ptr != stop_index) {