Searched refs:base_index (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_cnt.c | 12 unsigned int base_index; member 57 unsigned int base_index = 0; in mlxsw_sp_counter_sub_pools_init() local 81 sub_pool->base_index = base_index; in mlxsw_sp_counter_sub_pools_init() 82 base_index += sub_pool->size; in mlxsw_sp_counter_sub_pools_init() 193 stop_index = sub_pool->base_index + sub_pool->size; in mlxsw_sp_counter_alloc() 194 entry_index = sub_pool->base_index; in mlxsw_sp_counter_alloc() 249 u64 base_index; in mlxsw_sp_counter_resources_register() local 278 base_index = 0; in mlxsw_sp_counter_resources_register() 283 if (base_index + sub_pool_size > pool_size) in mlxsw_sp_counter_resources_register() 284 sub_pool_size = pool_size - base_index; in mlxsw_sp_counter_resources_register() [all …]
|
| A D | spectrum_acl_erp.c | 61 unsigned long base_index; member 328 unsigned long base_index; in mlxsw_sp_acl_erp_table_free() local 432 erp_table->base_index, 0); in mlxsw_sp_acl_erp_table_enable() 496 &erp_table->base_index); in mlxsw_sp_acl_erp_table_expand() 519 erp_table->base_index); in mlxsw_sp_acl_erp_table_expand() 576 &erp_table->base_index); in mlxsw_sp_acl_erp_region_table_trans() 623 erp_table->base_index); in mlxsw_sp_acl_erp_region_table_trans() 642 erp_table->base_index); in mlxsw_sp_acl_erp_region_master_mask_trans() 655 erp_table->base_index, 0); in mlxsw_sp_acl_erp_region_erp_add() 672 erp_table->base_index, 0); in mlxsw_sp_acl_erp_region_erp_del() [all …]
|
| /drivers/staging/media/atomisp/pci/ |
| A D | sh_css_mmu.c | 39 sh_css_mmu_set_page_table_base_index(hrt_data base_index) in sh_css_mmu_set_page_table_base_index() argument 43 IA_CSS_ENTER_PRIVATE("base_index=0x%08x\n", base_index); in sh_css_mmu_set_page_table_base_index() 47 mmu_set_page_table_base_index(mmu_id, base_index); in sh_css_mmu_set_page_table_base_index()
|
| A D | ia_css_mmu_private.h | 19 sh_css_mmu_set_page_table_base_index(hrt_data base_index);
|
| /drivers/input/misc/ |
| A D | cs40l50-vibra.c | 53 u32 base_index; member 101 .base_index = CS40L50_RAM_INDEX_START, 106 .base_index = CS40L50_ROM_INDEX_START, 111 .base_index = CS40L50_RTH_INDEX_START, 162 u32 base_index, max_index; in cs40l50_effect_index_set() local 164 base_index = vib->dsp.banks[effect->type].base_index; in cs40l50_effect_index_set() 167 effect->index = base_index; in cs40l50_effect_index_set() 184 if (effect->index > max_index || effect->index < base_index) { in cs40l50_effect_index_set()
|
| /drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| A D | mmu.c | 12 const hrt_data base_index) in mmu_set_page_table_base_index() argument 14 mmu_reg_store(ID, _HRT_MMU_PAGE_TABLE_BASE_ADDRESS_REG_IDX, base_index); in mmu_set_page_table_base_index()
|
| /drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| A D | mmu_public.h | 23 const hrt_data base_index);
|
| /drivers/gpu/drm/vc4/ |
| A D | vc4_validate.c | 303 uint32_t base_index = *(uint32_t *)(untrusted + 5); in validate_gl_array_primitive() local 314 if (length + base_index < length) { in validate_gl_array_primitive() 318 max_index = length + base_index - 1; in validate_gl_array_primitive()
|
| /drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| A D | hw_atl2.c | 544 u8 base_index, count; in hw_atl2_hw_init() local 547 err = hw_atl2_utils_get_action_resolve_table_caps(self, &base_index, in hw_atl2_hw_init() 552 priv->art_base_index = 8 * base_index; in hw_atl2_hw_init()
|
| A D | hw_atl2_utils_fw.c | 610 u8 *base_index, u8 *count) in hw_atl2_utils_get_action_resolve_table_caps() argument 619 *base_index = filter_caps.rslv_tbl_base_index; in hw_atl2_utils_get_action_resolve_table_caps()
|
| A D | hw_atl2_utils.h | 632 u8 *base_index, u8 *count);
|
| /drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_dsaf_main.c | 2193 int base_index, offset; in hns_dsaf_get_inode_prio_reg() local 2196 base_index = (index + 1) / DSAF_REG_PER_ZONE; in hns_dsaf_get_inode_prio_reg() 2199 return base_addr + DSAF_INODE_IN_PRIO_PAUSE_BASE_OFFSET * base_index + in hns_dsaf_get_inode_prio_reg()
|
Completed in 45 milliseconds