Home
last modified time | relevance | path

Searched refs:table_size (Results 151 – 175 of 176) sorted by relevance

12345678

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v10_0.c862 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v10_0_gart_init()
H A Dgmc_v7_0.c719 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v7_0_gart_init()
H A Dgmc_v8_0.c951 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v8_0_gart_init()
H A Dgmc_v9_0.c1798 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v9_0_gart_init()
/openbmc/qemu/hw/i3c/
H A Daspeed_i3c.c655 uint8_t table_size = ARRAY_FIELD_EX32(s->regs, DEVICE_ADDR_TABLE_POINTER, in aspeed_i3c_device_addr_table_index_from_addr() local
657 for (uint8_t i = 0; i < table_size; i++) { in aspeed_i3c_device_addr_table_index_from_addr()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2566 u32 table_size; in si_initialize_smc_dte_tables() local
2585 table_size = dte_data->k; in si_initialize_smc_dte_tables()
2587 if (table_size > SMC_SISLANDS_DTE_MAX_FILTER_STAGES) in si_initialize_smc_dte_tables()
2588 table_size = SMC_SISLANDS_DTE_MAX_FILTER_STAGES; in si_initialize_smc_dte_tables()
2594 dte_tables->K = cpu_to_be32(table_size); in si_initialize_smc_dte_tables()
2603 table_size--; in si_initialize_smc_dte_tables()
2605 for (i = 0; i < table_size; i++) { in si_initialize_smc_dte_tables()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs600.c559 rdev->gart.table_size = rdev->gart.num_gpu_pages * 8; in rs600_gart_init()
H A Dr300.c143 rdev->gart.table_size = rdev->gart.num_gpu_pages * 4; in rv370_pcie_gart_init()
H A Dradeon.h612 unsigned table_size; member
H A Dr100.c663 rdev->gart.table_size = rdev->gart.num_gpu_pages * 4; in r100_pci_gart_init()
H A Dr600.c1124 rdev->gart.table_size = rdev->gart.num_gpu_pages * 8; in r600_pcie_gart_init()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c1155 int table_size = ARRAY_SIZE(shaper_cbs_s); in acc_shaper_calc_cbs_s() local
1158 for (i = 0; i < table_size; i++) { in acc_shaper_calc_cbs_s()
1168 int table_size = ARRAY_SIZE(shaper_cir_s); in acc_shaper_calc_cir_s() local
1171 for (i = 0; i < table_size; i++) { in acc_shaper_calc_cir_s()
/openbmc/linux/net/ipv4/
H A Droute.c3595 size_t table_size = ARRAY_SIZE(ipv4_route_netns_table); in sysctl_route_net_init() local
3609 table_size = 0; in sysctl_route_net_init()
3622 tbl, table_size); in sysctl_route_net_init()
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c144 u16 table_size; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c1828 int table_size, ix = 0, err = 0; in esw_create_offloads_fdb_tables() local
1862 table_size = MLX5_MAX_PORTS * (esw->total_vports * MAX_SQ_NVPORTS + MAX_PF_SQ) + in esw_create_offloads_fdb_tables()
1873 ft_attr.max_fte = table_size; in esw_create_offloads_fdb_tables()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c2876 u16 table_size; in qed_iov_vp_update_rss_param() local
2903 table_size = min_t(u16, ARRAY_SIZE(p_rss->rss_ind_table), in qed_iov_vp_update_rss_param()
2906 for (i = 0; i < table_size; i++) { in qed_iov_vp_update_rss_param()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2183 u32 rss_hash_opts, u16 table_size, const u8 *rss_hkey) in be_cmd_rss_config() argument
2206 req->cpu_table_size_log2 = cpu_to_le16(fls(table_size) - 1); in be_cmd_rss_config()
2211 memcpy(req->cpu_table, rsstable, table_size); in be_cmd_rss_config()
H A Dbe_cmds.h2423 u32 rss_hash_opts, u16 table_size, const u8 *rss_hkey);
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c2352 uint32_t table_size, i, j; in smu7_sort_lookup_table() local
2353 table_size = lookup_table->count; in smu7_sort_lookup_table()
2359 for (i = 0; i < table_size - 1; i++) { in smu7_sort_lookup_table()
H A Dvega10_hwmgr.c714 uint32_t table_size, i, j; in vega10_sort_lookup_table() local
719 table_size = lookup_table->count; in vega10_sort_lookup_table()
722 for (i = 0; i < table_size - 1; i++) { in vega10_sort_lookup_table()
/openbmc/qemu/hw/nvme/
H A Dctrl.c7040 static void nvme_update_msixcap_ts(PCIDevice *pci_dev, uint32_t table_size) in nvme_update_msixcap_ts() argument
7048 assert(table_size > 0 && table_size <= pci_dev->msix_entries_nr); in nvme_update_msixcap_ts()
7052 table_size - 1); in nvme_update_msixcap_ts()
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc202 .. option:: table_size
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump4080 'name' => 'table_size',
8810 'name' => 'table_size',
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c5278 struct flag_table *table, int table_size) in flag_string() argument
5291 for (i = 0; i < table_size; i++) { in flag_string()
/openbmc/qemu/disas/
H A Dnanomips.c560 int table_size, Dis_info *info) in Disassemble() argument
562 for (int i = 0; i < table_size; i++) { in Disassemble()

12345678