/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_kvdl.c | 34 unsigned int end_index; member 48 .end_index = MLXSW_SP1_KVDL_##id##_END, \ 97 kvdl_index <= part->info.end_index) in mlxsw_sp1_kvdl_index_part() 124 nr_entries = (info->end_index - info->start_index + 1) / in mlxsw_sp1_kvdl_part_alloc() 200 part->info.end_index = size - 1; in mlxsw_sp1_kvdl_part_update() 202 part->info.start_index = part_prev->info.end_index + 1; in mlxsw_sp1_kvdl_part_update() 203 part->info.end_index = part->info.start_index + size - 1; in mlxsw_sp1_kvdl_part_update() 224 resource_size = info->end_index - info->start_index + 1; in mlxsw_sp1_kvdl_part_init() 285 nr_entries = (info->end_index - in mlxsw_sp1_kvdl_part_occ()
|
D | spectrum_fid.c | 96 u16 end_index; member 500 if (vid < fid_family->start_index || vid > fid_family->end_index) in mlxsw_sp_fid_8021q_index_alloc() 587 .end_index = VLAN_VID_MASK, 627 nr_fids = fid_family->end_index - fid_family->start_index + 1; in mlxsw_sp_fid_8021d_index_alloc() 840 .end_index = VLAN_N_VID + MLXSW_SP_FID_8021D_MAX - 1, 881 .end_index = MLXSW_SP_FID_8021Q_EMU_END, 969 .end_index = MLXSW_SP_RFID_BASE + MLXSW_SP_RFID_MAX - 1, 1011 .end_index = VLAN_N_VID - 1, 1191 u16 nr_fids = tmpl->end_index - tmpl->start_index + 1; in mlxsw_sp_fid_family_register()
|
/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.h | 106 __field(u32, end_index) 117 __entry->end_index = fg->start_index + fg->max_ftes; 139 __entry->start_index, __entry->end_index,
|
D | fw_tracer.c | 894 u32 index, start_index, end_index; in mlx5_fw_tracer_get_saved_traces_objects() local 907 end_index = (saved_traces_index - 1) & (SAVED_TRACES_NUM - 1); in mlx5_fw_tracer_get_saved_traces_objects() 913 while (index != end_index) { in mlx5_fw_tracer_get_saved_traces_objects()
|
/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 266 uint32_t begin_index, end_index; in precompute_de_pq() local 274 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq() 279 for (; i <= end_index; i++) { in precompute_de_pq() 984 uint32_t begin_index, end_index; in build_degamma() local 996 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma() 1005 while (i != end_index) { in build_degamma()
|
/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppatomctrl.h | 312 uint16_t end_index, uint32_t mask, uint32_t *efuse);
|
D | ppatomctrl.c | 1298 uint16_t end_index, uint32_t mask, uint32_t *efuse) in atomctrl_read_efuse() argument 1308 ((end_index - start_index) + 1); in atomctrl_read_efuse()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 648 int end_index) in alloc_flow_group() argument 669 fg->max_ftes = end_index - start_index + 1; in alloc_flow_group() 678 int end_index, in alloc_insert_flow_group() argument 686 start_index, end_index); in alloc_insert_flow_group() 1147 int end_index = MLX5_GET(create_flow_group_in, fg_in, in mlx5_create_flow_group() local 1157 start_index, end_index, in mlx5_create_flow_group()
|
/drivers/md/persistent-data/ |
D | dm-array.c | 438 unsigned end_index) in drop_blocks() argument 442 while (begin_index != end_index) { in drop_blocks()
|
/drivers/tty/ |
D | synclink.c | 5258 int end_index; in usc_process_rxoverrun_sync() local 5274 frame_start_index = start_index = end_index = info->current_rx_buffer; in usc_process_rxoverrun_sync() 5281 while( !buffer_list[end_index].count ) in usc_process_rxoverrun_sync() 5289 frame_start_index = end_index; in usc_process_rxoverrun_sync() 5293 if ( buffer_list[end_index].status ) in usc_process_rxoverrun_sync() 5306 end_index++; in usc_process_rxoverrun_sync() 5307 if ( end_index == info->rx_buffer_count ) in usc_process_rxoverrun_sync() 5308 end_index = 0; in usc_process_rxoverrun_sync() 5310 if ( start_index == end_index ) in usc_process_rxoverrun_sync() 5342 } while( start_index != end_index ); in usc_process_rxoverrun_sync()
|
/drivers/video/fbdev/via/ |
D | hw.c | 973 int start_index, end_index, cr_index; in viafb_load_reg() local 980 end_index = reg[i].end_bit; in viafb_load_reg() 984 for (j = start_index; j <= end_index; j++) { in viafb_load_reg()
|
/drivers/mtd/nand/raw/ |
D | nandsim.c | 1301 pgoff_t index, start_index, end_index; in get_pages() local 1306 end_index = (pos + count - 1) >> PAGE_SHIFT; in get_pages() 1307 if (end_index - start_index + 1 > NS_MAX_HELD_PAGES) in get_pages() 1310 for (index = start_index; index <= end_index; index++) { in get_pages()
|
/drivers/gpu/drm/radeon/ |
D | rv6xx_dpm.c | 241 u32 start_index, u8 *end_index) in rv6xx_generate_steps() argument 292 *end_index = (u8)step_index - 1; in rv6xx_generate_steps() 306 u32 start_index, u32 end_index) in rv6xx_invalidate_intermediate_steps_range() argument 310 for (step_index = start_index + 1; step_index < end_index; step_index++) in rv6xx_invalidate_intermediate_steps_range()
|
/drivers/md/ |
D | dm-integrity.c | 3212 unsigned end_index, end_offset; in dm_integrity_alloc_journal_scatterlist() local 3218 &end_index, &end_offset); in dm_integrity_alloc_journal_scatterlist() 3220 n_pages = (end_index - start_index + 1); in dm_integrity_alloc_journal_scatterlist() 3230 for (idx = start_index; idx <= end_index; idx++) { in dm_integrity_alloc_journal_scatterlist() 3235 if (idx == end_index) in dm_integrity_alloc_journal_scatterlist()
|
/drivers/net/ethernet/emulex/benet/ |
D | be.h | 233 u16 end_index; /* Completed TXQ Index */ member
|
D | be_main.c | 2723 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get() 2888 txcp->end_index); in be_tx_compl_clean() 3273 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3540 u_int end_index; in ahc_sent_msg() local 3542 end_index = index + 1 + ahc->msgout_buf[index + 1]; in ahc_sent_msg() 3547 if (ahc->msgout_index > end_index) in ahc_sent_msg() 3552 index = end_index; in ahc_sent_msg()
|
D | aic79xx_core.c | 5057 u_int end_index; in ahd_sent_msg() local 5059 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg() 5064 if (ahd->msgout_index > end_index) in ahd_sent_msg() 5069 index = end_index; in ahd_sent_msg()
|