Home
last modified time | relevance | path

Searched refs:base_index (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_cnt.c12 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 Dspectrum_acl_erp.c61 unsigned long base_index; member
326 unsigned long base_index; in mlxsw_sp_acl_erp_table_free() local
430 erp_table->base_index, 0); in mlxsw_sp_acl_erp_table_enable()
494 &erp_table->base_index); in mlxsw_sp_acl_erp_table_expand()
517 erp_table->base_index); in mlxsw_sp_acl_erp_table_expand()
574 &erp_table->base_index); in mlxsw_sp_acl_erp_region_table_trans()
621 erp_table->base_index); in mlxsw_sp_acl_erp_region_table_trans()
640 erp_table->base_index); in mlxsw_sp_acl_erp_region_master_mask_trans()
653 erp_table->base_index, 0); in mlxsw_sp_acl_erp_region_erp_add()
670 erp_table->base_index, 0); in mlxsw_sp_acl_erp_region_erp_del()
[all …]
/linux/drivers/staging/media/atomisp/pci/
A Dsh_css_mmu.c48 sh_css_mmu_set_page_table_base_index(hrt_data base_index) in sh_css_mmu_set_page_table_base_index() argument
52 IA_CSS_ENTER_PRIVATE("base_index=0x%08x\n", base_index); in sh_css_mmu_set_page_table_base_index()
56 mmu_set_page_table_base_index(mmu_id, base_index); in sh_css_mmu_set_page_table_base_index()
A Dia_css_mmu_private.h28 sh_css_mmu_set_page_table_base_index(hrt_data base_index);
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dmmu.c21 const hrt_data base_index) in mmu_set_page_table_base_index() argument
23 mmu_reg_store(ID, _HRT_MMU_PAGE_TABLE_BASE_ADDRESS_REG_IDX, base_index); in mmu_set_page_table_base_index()
/linux/arch/x86/kernel/
A Damd_gart_64.c96 unsigned long base_index; in alloc_iommu() local
98 base_index = ALIGN(iommu_bus_base & dma_get_seg_boundary(dev), in alloc_iommu()
104 size, base_index, boundary_size, align_mask); in alloc_iommu()
108 size, base_index, boundary_size, in alloc_iommu()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
A Dmmu_public.h32 const hrt_data base_index);
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c544 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 Dhw_atl2_utils_fw.c572 u8 *base_index, u8 *count) in hw_atl2_utils_get_action_resolve_table_caps() argument
581 *base_index = filter_caps.rslv_tbl_base_index; in hw_atl2_utils_get_action_resolve_table_caps()
A Dhw_atl2_utils.h632 u8 *base_index, u8 *count);
/linux/drivers/gpu/drm/vc4/
A Dvc4_validate.c298 uint32_t base_index = *(uint32_t *)(untrusted + 5); in validate_gl_array_primitive() local
309 if (length + base_index < length) { in validate_gl_array_primitive()
313 max_index = length + base_index - 1; in validate_gl_array_primitive()
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_dsaf_main.c2193 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 34 milliseconds