Searched refs:end_index (Results 1 - 25 of 51) sorted by path

123

/linux-master/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c241 u32 start_index, u8 *end_index)
292 *end_index = (u8)step_index - 1;
306 u32 start_index, u32 end_index)
310 for (step_index = start_index + 1; step_index < end_index; step_index++)
239 rv6xx_generate_steps(struct radeon_device *rdev, u32 low, u32 high, u32 start_index, u8 *end_index) argument
305 rv6xx_invalidate_intermediate_steps_range(struct radeon_device *rdev, u32 start_index, u32 end_index) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h106 __field(u32, end_index)
117 __entry->end_index = fg->start_index + fg->max_ftes;
139 __entry->start_index, __entry->end_index,
H A Dfw_tracer.c908 u32 index, start_index, end_index; local
920 end_index = (saved_traces_index - 1) & (SAVED_TRACES_NUM - 1);
924 while (index != end_index) {
/linux-master/drivers/video/fbdev/via/
H A Dhw.c973 int start_index, end_index, cr_index; local
980 end_index = reg[i].end_bit;
984 for (j = start_index; j <= end_index; j++) {
/linux-master/include/trace/events/
H A Dfs_dax.h228 TP_PROTO(struct inode *inode, pgoff_t start_index, pgoff_t end_index),
229 TP_ARGS(inode, start_index, end_index),
233 __field(pgoff_t, end_index)
240 __entry->end_index = end_index;
247 __entry->end_index
253 TP_PROTO(struct inode *inode, pgoff_t start_index, pgoff_t end_index),\
254 TP_ARGS(inode, start_index, end_index))
/linux-master/arch/sparc/kernel/
H A Dcpumap.c44 int end_index; /* Index of last node of a level in a cpuinfo tree */ member in struct:cpuinfo_level
133 lv->start_index = lv->end_index = lv->num_nodes = 0;
166 tree_level[CPUINFO_LVL_NODE].end_index = n;
171 tree_level[CPUINFO_LVL_CORE].end_index = n - 1;
175 tree_level[CPUINFO_LVL_PROC].end_index = n - 1;
276 if (n <= new_tree->level[level].end_index) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c2677 unsigned int end_index = 0; local
2684 end_index = ++i;
2687 end_index = ++i;
2690 if (start_index != end_index) {
2691 for (int j = start_index; j < end_index; j++) {
2692 for (int k = start_index; k < end_index; k++) {
2700 end_index = 0;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn321/
H A Ddcn321_fpu.c265 unsigned int end_index = 0; local
272 end_index = ++i;
275 end_index = ++i;
278 if (start_index != end_index) {
279 for (int j = start_index; j < end_index; j++) {
280 for (int k = start_index; k < end_index; k++) {
288 end_index = 0;
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c369 uint32_t begin_index, end_index; local
377 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
382 for (; i <= end_index; i++) {
1186 uint32_t begin_index, end_index; local
1198 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
1207 while (i != end_index) {
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1342 uint16_t end_index, uint32_t *efuse)
1349 if ((end_index - start_index) == 31)
1352 mask = (1 << ((end_index - start_index) + 1)) - 1;
1358 ((end_index - start_index) + 1);
1341 atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index, uint16_t end_index, uint32_t *efuse) argument
H A Dppatomctrl.h318 uint16_t end_index, uint32_t *efuse);
/linux-master/drivers/iommu/iommufd/
H A Dpages.c1312 unsigned long end_index)
1314 if (end_index != iopt_area_index(area))
1315 __iopt_area_unfill_domain(area, pages, domain, end_index - 1);
1455 unsigned long end_index; local
1458 end_index = done_first_end_index;
1460 end_index = done_all_end_index;
1468 if (end_index != iopt_area_index(area))
1471 end_index - 1);
1474 end_index);
1522 unsigned long end_index)
1309 iopt_area_unfill_partial_domain(struct iopt_area *area, struct iopt_pages *pages, struct iommu_domain *domain, unsigned long end_index) argument
1519 iopt_pages_unpin_xarray(struct pfn_batch *batch, struct iopt_pages *pages, unsigned long start_index, unsigned long end_index) argument
[all...]
/linux-master/drivers/md/
H A Ddm-integrity.c3725 unsigned int end_index, end_offset; local
3731 &end_index, &end_offset);
3733 n_pages = (end_index - start_index + 1);
3743 for (idx = start_index; idx <= end_index; idx++) {
3749 if (idx == end_index)
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c1898 cursor->end_index = min_t(u32, COUNTS_PER_BLOCK, slab->block_count);
1924 cursor->index = cursor->end_index;
1928 cursor->end_index = slab->block_count;
1930 cursor->end_index += COUNTS_PER_BLOCK;
2051 slab_block_number end_index = slab->search_cursor.end_index; local
2053 u8 *end_counter = &slab->counters[end_index];
2059 zero_index = find_zero_byte_in_word(next_counter, next_index, end_index);
2060 if (zero_index < end_index) {
2082 zero_index = find_zero_byte_in_word(next_counter, next_index, end_index);
2832 tail_block_offset_t end_index = (tail - 1) % journal->size; local
[all...]
H A Dslab-depot.h182 slab_block_number end_index; member in struct:search_cursor
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c433 * end_index - the one-past-the-end value. ie. this block is not removed.
436 unsigned int end_index)
440 while (begin_index != end_index) {
435 drop_blocks(struct resize *resize, unsigned int begin_index, unsigned int end_index) argument
/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c1313 pgoff_t index, start_index, end_index; local
1318 end_index = (pos + count - 1) >> PAGE_SHIFT;
1319 if (end_index - start_index + 1 > NS_MAX_HELD_PAGES)
1322 for (index = start_index; index <= end_index; index++) {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h231 u16 end_index; /* Completed TXQ Index */ member in struct:be_tx_compl_info
H A Dbe_main.c2724 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl);
2889 txcp->end_index);
3273 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c804 int end_index)
825 fg->max_ftes = end_index - start_index + 1;
834 int end_index,
842 start_index, end_index);
1397 int end_index = MLX5_GET(create_flow_group_in, fg_in, local
1407 start_index, end_index,
800 alloc_flow_group(struct mlx5_flow_steering *steering, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index) argument
830 alloc_insert_flow_group(struct mlx5_flow_table *ft, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index, struct list_head *prev) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c34 unsigned int end_index; member in struct:mlxsw_sp1_kvdl_part_info
48 .end_index = MLXSW_SP1_KVDL_##id##_END, \
97 kvdl_index <= part->info.end_index)
124 nr_entries = (info->end_index - info->start_index + 1) /
200 part->info.end_index = size - 1;
202 part->info.start_index = part_prev->info.end_index + 1;
203 part->info.end_index = part->info.start_index + size - 1;
223 resource_size = info->end_index - info->start_index + 1;
284 nr_entries = (info->end_index -
H A Dspectrum_fid.c133 u16 end_index; member in struct:mlxsw_sp_fid_family
372 return fid_family->end_index - fid_family->start_index + 1;
941 nr_fids = fid_family->end_index - fid_family->start_index + 1;
1864 .end_index = MLXSW_SP_FID_8021Q_END,
1877 .end_index = MLXSW_SP_FID_8021D_END,
1889 .end_index = MLXSW_SP_FID_DUMMY,
1898 .end_index = MLXSW_SP_RFID_END,
1916 .end_index = MLXSW_SP_FID_8021Q_END,
1929 .end_index = MLXSW_SP_FID_8021D_END,
1941 .end_index
[all...]
H A Dspectrum_pgt.c12 u16 end_index; /* Exclusive. */ member in struct:mlxsw_sp_pgt
34 mlxsw_sp->pgt->end_index, GFP_KERNEL);
323 pgt->end_index = MLXSW_CORE_RES_GET(mlxsw_sp->core, PGT_SIZE);
H A Dspectrum_policer.c17 u16 end_index; /* Exclusive */ member in struct:mlxsw_sp_policer_family
93 family->end_index = MLXSW_CORE_RES_GET(core, MAX_GLOBAL_POLICERS);
123 family->end_index, GFP_KERNEL);
326 if (WARN_ON(family->start_index >= family->end_index)) {
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h201 u16 end_index; member in struct:wilc_tx_queue_status

Completed in 359 milliseconds

123