Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A 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()
H A Dionic_dev.h340 unsigned int stop_index);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c1822 u16 stop_index = 0; in _cmd_get_wl_nhm_dbm() local
1851 stop_index = wl_nhm->valid_record_times; in _cmd_get_wl_nhm_dbm()
1857 for (i = start_index; i < stop_index; i++) { in _cmd_get_wl_nhm_dbm()
1864 } else if (i == (stop_index - 1)) { in _cmd_get_wl_nhm_dbm()
1875 for (i = start_index; i < stop_index; i++) { in _cmd_get_wl_nhm_dbm()
1882 } else if (i == (stop_index - 1)) { in _cmd_get_wl_nhm_dbm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c1822 u16 stop_index = 0; in _cmd_get_wl_nhm_dbm() local
1851 stop_index = wl_nhm->valid_record_times; in _cmd_get_wl_nhm_dbm()
1857 for (i = start_index; i < stop_index; i++) { in _cmd_get_wl_nhm_dbm()
1864 } else if (i == (stop_index - 1)) { in _cmd_get_wl_nhm_dbm()
1875 for (i = start_index; i < stop_index; i++) { in _cmd_get_wl_nhm_dbm()
1882 } else if (i == (stop_index - 1)) { in _cmd_get_wl_nhm_dbm()