Home
last modified time | relevance | path

Searched refs:end_index (Results 1 – 11 of 11) sorted by relevance

/drivers/md/persistent-data/
Ddm-array.c424 unsigned end_index) in drop_blocks() argument
428 while (begin_index != end_index) { in drop_blocks()
/drivers/crypto/caam/
Dpdb.h134 u32 end_index[0]; member
/drivers/tty/
Dsynclink.c5331 int end_index; in usc_process_rxoverrun_sync() local
5347 frame_start_index = start_index = end_index = info->current_rx_buffer; in usc_process_rxoverrun_sync()
5354 while( !buffer_list[end_index].count ) in usc_process_rxoverrun_sync()
5362 frame_start_index = end_index; in usc_process_rxoverrun_sync()
5366 if ( buffer_list[end_index].status ) in usc_process_rxoverrun_sync()
5379 end_index++; in usc_process_rxoverrun_sync()
5380 if ( end_index == info->rx_buffer_count ) in usc_process_rxoverrun_sync()
5381 end_index = 0; in usc_process_rxoverrun_sync()
5383 if ( start_index == end_index ) in usc_process_rxoverrun_sync()
5415 } while( start_index != end_index ); in usc_process_rxoverrun_sync()
/drivers/video/fbdev/via/
Dhw.c988 int start_index, end_index, cr_index; in viafb_load_reg() local
995 end_index = reg[i].end_bit; in viafb_load_reg()
999 for (j = start_index; j <= end_index; j++) { in viafb_load_reg()
/drivers/mtd/nand/
Dnandsim.c1348 pgoff_t index, start_index, end_index; in get_pages() local
1353 end_index = (pos + count - 1) >> PAGE_CACHE_SHIFT; in get_pages()
1354 if (end_index - start_index + 1 > NS_MAX_HELD_PAGES) in get_pages()
1357 for (index = start_index; index <= end_index; index++) { in get_pages()
/drivers/gpu/drm/radeon/
Drv6xx_dpm.c242 u32 start_index, u8 *end_index) in rv6xx_generate_steps() argument
293 *end_index = (u8)step_index - 1; in rv6xx_generate_steps()
307 u32 start_index, u32 end_index) in rv6xx_invalidate_intermediate_steps_range() argument
311 for (step_index = start_index + 1; step_index < end_index; step_index++) in rv6xx_invalidate_intermediate_steps_range()
/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1147 pgoff_t end_index; in osc_extent_expand() local
1167 end_index = min(ext->oe_max_end, ((chunk + 1) << ppc_bits) - 1); in osc_extent_expand()
1170 if (next != NULL && next->oe_start <= end_index) { in osc_extent_expand()
1177 ext->oe_end = end_index; in osc_extent_expand()
/drivers/net/ethernet/emulex/benet/
Dbe.h253 u16 end_index; /* Completed TXQ Index */ member
Dbe_main.c2391 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get()
2536 txcp->end_index); in be_tx_compl_clean()
2957 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c3547 u_int end_index; in ahc_sent_msg() local
3549 end_index = index + 1 + ahc->msgout_buf[index + 1]; in ahc_sent_msg()
3554 if (ahc->msgout_index > end_index) in ahc_sent_msg()
3559 index = end_index; in ahc_sent_msg()
Daic79xx_core.c5063 u_int end_index; in ahd_sent_msg() local
5065 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg()
5070 if (ahd->msgout_index > end_index) in ahd_sent_msg()
5075 index = end_index; in ahd_sent_msg()