Searched refs:table_size (Results 1 - 56 of 56) sorted by relevance

/linux-4.1.27/include/drm/
H A Dati_pcigart.h22 int table_size; member in struct:drm_ati_pcigart_info
/linux-4.1.27/drivers/clk/mmp/
H A Dclk-mix.c112 unsigned int table_size) _filter_clk_table()
121 for (i = 0; i < table_size; i++) { _filter_clk_table()
228 for (i = 0; i < mix->table_size; i++) { mmp_clk_mix_determine_rate()
357 for (i = 0; i < mix->table_size; i++) { mmp_clk_set_parent()
364 if (i < mix->table_size) { mmp_clk_set_parent()
391 for (i = 0; i < mix->table_size; i++) { mmp_clk_set_rate()
402 if (i < mix->table_size) mmp_clk_set_rate()
429 _filter_clk_table(mix, mix->table, mix->table_size); mmp_clk_mix_init()
470 table_bytes = sizeof(*config->table) * config->table_size; mmp_clk_register_mix()
479 mix->table_size = config->table_size; mmp_clk_register_mix()
110 _filter_clk_table(struct mmp_clk_mix *mix, struct mmp_clk_mix_clk_table *table, unsigned int table_size) _filter_clk_table() argument
H A Dclk.h76 unsigned int table_size; member in struct:mmp_clk_mix_config
89 unsigned int table_size; member in struct:mmp_clk_mix
/linux-4.1.27/mm/
H A Dpage_ext.c123 unsigned long table_size; alloc_node_page_ext() local
139 table_size = sizeof(struct page_ext) * nr_pages; alloc_node_page_ext()
142 table_size, PAGE_SIZE, __pa(MAX_DMA_ADDRESS), alloc_node_page_ext()
147 total_usage += table_size; alloc_node_page_ext()
215 unsigned long table_size; init_section_page_ext() local
222 table_size = sizeof(struct page_ext) * PAGES_PER_SECTION; init_section_page_ext()
223 base = alloc_page_ext(table_size, nid); init_section_page_ext()
243 total_usage += table_size; init_section_page_ext()
253 size_t table_size; free_page_ext() local
255 table_size = sizeof(struct page_ext) * PAGES_PER_SECTION; free_page_ext()
258 free_pages_exact(addr, table_size); free_page_ext()
/linux-4.1.27/drivers/staging/i2o/
H A Ddevice.c364 u16 table_size; i2o_device_parse_lct() local
372 table_size = buf & 0xffff; i2o_device_parse_lct()
374 lct = c->lct = kmalloc(table_size * 4, GFP_KERNEL); i2o_device_parse_lct()
382 lct->table_size = table_size; i2o_device_parse_lct()
386 table_size -= 3; i2o_device_parse_lct()
389 lct->table_size); i2o_device_parse_lct()
391 while (table_size > 0) { i2o_device_parse_lct()
430 table_size -= 9; i2o_device_parse_lct()
H A Di2o_config.c149 len = (unsigned int)lct->table_size << 2; i2o_cfg_getlct()
H A Di2o_proc.c398 entries = (lct->table_size - 3) / 9; i2o_seq_show_lct()
/linux-4.1.27/drivers/acpi/
H A Dtables.c218 acpi_parse_entries(char *id, unsigned long table_size, acpi_parse_entries() argument
233 if (!table_size) acpi_parse_entries()
246 ((unsigned long)table_header + table_size); acpi_parse_entries()
281 unsigned long table_size, acpi_table_parse_entries()
306 count = acpi_parse_entries(id, table_size, handler, table_header, acpi_table_parse_entries()
280 acpi_table_parse_entries(char *id, unsigned long table_size, int entry_id, acpi_tbl_entry_handler handler, unsigned int max_entries) acpi_table_parse_entries() argument
/linux-4.1.27/drivers/gpu/drm/
H A Dati_pcigart.c44 gart_info->table_handle = drm_pci_alloc(dev, gart_info->table_size, drm_ati_alloc_pcigart_table()
74 max_pages = (gart_info->table_size / sizeof(u32)); drm_ati_pcigart_cleanup()
142 max_ati_pages = (gart_info->table_size / sizeof(u32)); drm_ati_pcigart_init()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_gart.c69 ptr = pci_alloc_consistent(rdev->pdev, rdev->gart.table_size, radeon_gart_table_ram_alloc()
78 rdev->gart.table_size >> PAGE_SHIFT); radeon_gart_table_ram_alloc()
82 memset((void *)rdev->gart.ptr, 0, rdev->gart.table_size); radeon_gart_table_ram_alloc()
104 rdev->gart.table_size >> PAGE_SHIFT); radeon_gart_table_ram_free()
107 pci_free_consistent(rdev->pdev, rdev->gart.table_size, radeon_gart_table_ram_free()
129 r = radeon_bo_create(rdev, rdev->gart.table_size, radeon_gart_table_vram_alloc()
H A Dni_dpm.c3052 unsigned int i, j, table_size; ni_init_driver_calculated_leakage_table() local
3057 table_size = eg_pi->vddc_voltage_table.count; ni_init_driver_calculated_leakage_table()
3059 if (SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES < table_size) ni_init_driver_calculated_leakage_table()
3060 table_size = SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; ni_init_driver_calculated_leakage_table()
3065 for (j = 0; j < table_size; j++) { ni_init_driver_calculated_leakage_table()
3086 for (j = table_size; j < SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; j++) { ni_init_driver_calculated_leakage_table()
3099 u32 i, j, table_size; ni_init_simplified_leakage_table() local
3106 table_size = leakage_table->count; ni_init_simplified_leakage_table()
3108 if (eg_pi->vddc_voltage_table.count != table_size) ni_init_simplified_leakage_table()
3109 table_size = (eg_pi->vddc_voltage_table.count < leakage_table->count) ? ni_init_simplified_leakage_table()
3112 if (SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES < table_size) ni_init_simplified_leakage_table()
3113 table_size = SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; ni_init_simplified_leakage_table()
3115 if (table_size == 0) ni_init_simplified_leakage_table()
3120 for (j = 0; j < table_size; j++) { ni_init_simplified_leakage_table()
3131 for (j = table_size; j < SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; j++) { ni_init_simplified_leakage_table()
H A Drs400.c103 rdev->gart.table_size = rdev->gart.num_gpu_pages * 4; rs400_gart_init()
H A Dr600_cp.c162 max_pages = (gart_info->table_size / sizeof(u64)); r600_page_table_cleanup()
192 max_ati_pages = (gart_info->table_size / sizeof(u64)); r600_page_table_init()
2236 dev_priv->gart_info.table_size; r600_do_init_cp()
H A Dradeon_cp.c1154 vp->upper = vp->lower + gart_info->table_size; radeon_setup_pcigart_surface()
1476 dev_priv->gart_info.table_size; radeon_do_init_cp()
2181 dev_priv->gart_info.table_size = RADEON_PCIGART_TABLE_SIZE; radeon_driver_firstopen()
H A Dcik.c6837 u32 table_offset, table_size; cik_init_cp_pg_table() local
6857 table_size = le32_to_cpu(hdr->jt_size); cik_init_cp_pg_table()
6863 table_size = le32_to_cpu(hdr->jt_size); cik_init_cp_pg_table()
6869 table_size = le32_to_cpu(hdr->jt_size); cik_init_cp_pg_table()
6875 table_size = le32_to_cpu(hdr->jt_size); cik_init_cp_pg_table()
6881 table_size = le32_to_cpu(hdr->jt_size); cik_init_cp_pg_table()
6884 for (i = 0; i < table_size; i ++) { cik_init_cp_pg_table()
6888 bo_offset += table_size; cik_init_cp_pg_table()
6891 table_size = CP_ME_TABLE_SIZE; cik_init_cp_pg_table()
6907 for (i = 0; i < table_size; i ++) { cik_init_cp_pg_table()
6911 bo_offset += table_size; cik_init_cp_pg_table()
H A Dsi_dpm.c2471 u32 table_size; si_initialize_smc_dte_tables() local
2490 table_size = dte_data->k; si_initialize_smc_dte_tables()
2492 if (table_size > SMC_SISLANDS_DTE_MAX_FILTER_STAGES) si_initialize_smc_dte_tables()
2493 table_size = SMC_SISLANDS_DTE_MAX_FILTER_STAGES; si_initialize_smc_dte_tables()
2499 dte_tables->K = cpu_to_be32(table_size); si_initialize_smc_dte_tables()
2508 table_size--; si_initialize_smc_dte_tables()
2510 for (i = 0; i < table_size; i++) { si_initialize_smc_dte_tables()
H A Dradeon_state.c3163 dev_priv->gart_info.table_size = sp->value; radeon_cp_setparam()
3164 if (dev_priv->gart_info.table_size < RADEON_PCIGART_TABLE_SIZE) radeon_cp_setparam()
3165 dev_priv->gart_info.table_size = RADEON_PCIGART_TABLE_SIZE; radeon_cp_setparam()
H A Dr300.c115 rdev->gart.table_size = rdev->gart.num_gpu_pages * 4; rv370_pcie_gart_init()
H A Drs600.c543 rdev->gart.table_size = rdev->gart.num_gpu_pages * 8; rs600_gart_init()
H A Dradeon.h650 unsigned table_size; member in struct:radeon_gart
H A Dr100.c645 rdev->gart.table_size = rdev->gart.num_gpu_pages * 4; r100_pci_gart_init()
H A Dr600.c1070 rdev->gart.table_size = rdev->gart.num_gpu_pages * 8; r600_pcie_gart_init()
/linux-4.1.27/drivers/cpufreq/
H A Ds3c2440-cpufreq.c200 size_t table_size) run_freq_for()
213 index = s3c_cpufreq_addfreq(table, index, table_size, freq); run_freq_for()
225 size_t table_size) s3c2440_cpufreq_calctable()
235 table, table_size); s3c2440_cpufreq_calctable()
197 run_freq_for(unsigned long max_hclk, unsigned long fclk, int *divs, struct cpufreq_frequency_table *table, size_t table_size) run_freq_for() argument
223 s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *table, size_t table_size) s3c2440_cpufreq_calctable() argument
/linux-4.1.27/arch/arm64/kernel/
H A Defi.c96 u64 table_size; uefi_init() local
137 table_size = sizeof(efi_config_table_64_t) * efi.systab->nr_tables; uefi_init()
139 table_size); uefi_init()
144 early_memunmap(config_tables, table_size); uefi_init()
/linux-4.1.27/drivers/acpi/apei/
H A Deinj.c267 if (trigger_tab->table_size > PAGE_SIZE || einj_check_trigger_header()
268 trigger_tab->table_size < trigger_tab->header_size) einj_check_trigger_header()
271 (trigger_tab->table_size - trigger_tab->header_size) / einj_check_trigger_header()
307 u32 table_size; __einj_error_trigger() local
338 table_size = trigger_tab->table_size; __einj_error_trigger()
340 table_size - sizeof(*trigger_tab), __einj_error_trigger()
346 (unsigned long long)trigger_paddr + table_size - 1); __einj_error_trigger()
350 trigger_tab = ioremap_cache(trigger_paddr, table_size); __einj_error_trigger()
407 table_size - sizeof(*trigger_tab)); __einj_error_trigger()
/linux-4.1.27/drivers/power/
H A Dmax17042_battery.c324 int table_size = ARRAY_SIZE(chip->pdata->config_data->cell_char_tbl); max17042_init_model() local
327 temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL); max17042_init_model()
333 table_size); max17042_init_model()
335 table_size); max17042_init_model()
341 table_size); max17042_init_model()
352 int table_size = ARRAY_SIZE(chip->pdata->config_data->cell_char_tbl); max17042_verify_model_lock() local
356 temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL); max17042_verify_model_lock()
361 table_size); max17042_verify_model_lock()
362 for (i = 0; i < table_size; i++) max17042_verify_model_lock()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c318 int table_size = dev->limits.num_mgms + dev->limits.num_amgms; mthca_init_mcg_table() local
321 table_size, mthca_init_mcg_table()
322 table_size - 1, mthca_init_mcg_table()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Ddm365_ipipe.c595 int table_size; ipipe_validate_gamma_params() local
606 table_size = gamma->tbl_size; ipipe_validate_gamma_params()
608 err = ipipe_validate_gamma_entry(gamma->table_r, table_size); ipipe_validate_gamma_params()
616 err = ipipe_validate_gamma_entry(gamma->table_b, table_size); ipipe_validate_gamma_params()
624 err = ipipe_validate_gamma_entry(gamma->table_g, table_size); ipipe_validate_gamma_params()
640 int table_size; ipipe_set_gamma_params() local
660 table_size = gamma->tbl_size; ipipe_set_gamma_params()
663 (table_size * sizeof(struct vpfe_ipipe_gamma_entry))); ipipe_set_gamma_params()
667 (table_size * sizeof(struct vpfe_ipipe_gamma_entry))); ipipe_set_gamma_params()
671 (table_size * sizeof(struct vpfe_ipipe_gamma_entry))); ipipe_set_gamma_params()
684 int table_size; ipipe_get_gamma_params() local
695 table_size = gamma->tbl_size; ipipe_get_gamma_params()
703 (table_size * sizeof(struct vpfe_ipipe_gamma_entry))); ipipe_get_gamma_params()
710 (table_size * sizeof(struct vpfe_ipipe_gamma_entry))); ipipe_get_gamma_params()
717 (table_size * sizeof(struct vpfe_ipipe_gamma_entry))); ipipe_get_gamma_params()
H A Ddm365_ipipe_hw.c744 int table_size; ipipe_set_gamma_regs() local
759 table_size = gamma->tbl_size; ipipe_set_gamma_regs()
763 table_size, GAMMA_R_START_ADDR); ipipe_set_gamma_regs()
766 table_size, GAMMA_B_START_ADDR); ipipe_set_gamma_regs()
769 table_size, GAMMA_G_START_ADDR); ipipe_set_gamma_regs()
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
H A Dcpu-freq-core.h182 size_t table_size);
273 int index, size_t table_size, s3c_cpufreq_addfreq()
280 if (index >= table_size) s3c_cpufreq_addfreq()
272 s3c_cpufreq_addfreq(struct cpufreq_frequency_table *table, int index, size_t table_size, unsigned int freq) s3c_cpufreq_addfreq() argument
/linux-4.1.27/arch/arc/include/asm/
H A Dunwind.h117 unsigned long table_size);
/linux-4.1.27/scripts/
H A Dkallsyms.c59 static unsigned int table_size, table_cnt; variable
271 if (table_cnt >= table_size) { read_map()
272 table_size += 10000; read_map()
273 table = realloc(table, sizeof(*table) * table_size); read_map()
/linux-4.1.27/drivers/iommu/
H A Dio-pgtable-arm.c342 unsigned long table_size; __arm_lpae_free_pgtable() local
345 table_size = data->pgd_size; __arm_lpae_free_pgtable()
347 table_size = 1UL << data->pg_shift; __arm_lpae_free_pgtable()
355 end = (void *)ptep + table_size; __arm_lpae_free_pgtable()
366 free_pages_exact(start, table_size); __arm_lpae_free_pgtable()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D3945-rs.c103 u32 table_size = 0; il3945_get_rate_idx_by_rssi() local
112 table_size = ARRAY_SIZE(il3945_tpt_table_g); il3945_get_rate_idx_by_rssi()
116 table_size = ARRAY_SIZE(il3945_tpt_table_a); il3945_get_rate_idx_by_rssi()
123 while (idx < table_size && rssi < tpt_table[idx].min_rssi) il3945_get_rate_idx_by_rssi()
126 idx = min(idx, table_size - 1); il3945_get_rate_idx_by_rssi()
/linux-4.1.27/security/apparmor/
H A Dpolicy_unpack.c674 static bool verify_xindex(int xindex, int table_size) verify_xindex() argument
679 if (xtype == AA_X_TABLE && index > table_size) verify_xindex()
685 static bool verify_dfa_xindex(struct aa_dfa *dfa, int table_size) verify_dfa_xindex() argument
689 if (!verify_xindex(dfa_user_xindex(dfa, i), table_size)) verify_dfa_xindex()
691 if (!verify_xindex(dfa_other_xindex(dfa, i), table_size)) verify_dfa_xindex()
H A Dmatch.c58 tsize = table_size(th.td_lolen, th.td_flags); unpack_table()
267 data += table_size(table->td_lolen, table->td_flags); aa_dfa_unpack()
268 size -= table_size(table->td_lolen, table->td_flags); aa_dfa_unpack()
/linux-4.1.27/arch/powerpc/mm/
H A Dinit_64.c109 unsigned long table_size = sizeof(void *) << shift; pgtable_cache_add() local
110 unsigned long align = table_size; pgtable_cache_add()
134 new = kmem_cache_create(name, table_size, align, 0, ctor); pgtable_cache_add()
/linux-4.1.27/security/apparmor/include/
H A Dmatch.h114 static inline size_t table_size(size_t len, size_t el_size) table_size() function
/linux-4.1.27/drivers/mtd/nand/
H A Dnand_bbt.c1031 u32 table_size; verify_bbt_descr() local
1056 table_size = this->chipsize >> this->bbt_erase_shift; verify_bbt_descr()
1058 table_size = mtd->size >> this->bbt_erase_shift; verify_bbt_descr()
1059 table_size >>= 3; verify_bbt_descr()
1060 table_size *= bits; verify_bbt_descr()
1062 table_size += pattern_len; verify_bbt_descr()
1063 BUG_ON(table_size > (1 << this->bbt_erase_shift)); verify_bbt_descr()
H A Datmel_nand.c495 int table_size; pmecc_get_alpha_to() local
497 table_size = host->pmecc_sector_size == 512 ? pmecc_get_alpha_to()
501 table_size * sizeof(int16_t); pmecc_get_alpha_to()
1146 int table_size = (sector_size == 512) ? create_lookup_table() local
1150 int16_t *addr = devm_kzalloc(dev, 2 * table_size * sizeof(uint16_t), create_lookup_table()
1152 if (addr && build_gf_tables(degree, poly, addr, addr + table_size)) create_lookup_table()
/linux-4.1.27/arch/arc/kernel/
H A Dunwind.c177 const void *table_start, unsigned long table_size, init_unwind_table()
188 table->size = table_size; init_unwind_table()
363 unsigned long table_size) unwind_add_table()
367 if (table_size <= 0) unwind_add_table()
377 table_start, table_size, unwind_add_table()
174 init_unwind_table(struct unwind_table *table, const char *name, const void *core_start, unsigned long core_size, const void *init_start, unsigned long init_size, const void *table_start, unsigned long table_size, const u8 *header_start, unsigned long header_size) init_unwind_table() argument
362 unwind_add_table(struct module *module, const void *table_start, unsigned long table_size) unwind_add_table() argument
/linux-4.1.27/include/media/davinci/
H A Ddm355_ccdc.h205 int table_size; member in struct:ccdc_vertical_dft
/linux-4.1.27/include/linux/
H A Dacpi.h135 int __init acpi_parse_entries(char *id, unsigned long table_size,
139 int __init acpi_table_parse_entries(char *id, unsigned long table_size,
/linux-4.1.27/include/uapi/linux/
H A Di2o-dev.h218 __u32 table_size:16; member in struct:_i2o_lct
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c192 unsigned int table_size; member in struct:vop_data
296 .table_size = ARRAY_SIZE(vop_init_reg_table),
1344 for (i = 0; i < vop_data->table_size; i++) vop_initial()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dphy.c3088 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; ath5k_combine_pwr_to_pdadc_curves() local
3142 table_size = pwr_max[pdg] - pwr_min[pdg]; ath5k_combine_pwr_to_pdadc_curves()
3143 max_idx = (pdadc_n < table_size) ? pdadc_n : table_size; ath5k_combine_pwr_to_pdadc_curves()
3154 if ((pdadc_tmp[table_size - 1] - pdadc_tmp[table_size - 2]) > 1) ath5k_combine_pwr_to_pdadc_curves()
3155 pwr_step = pdadc_tmp[table_size - 1] - ath5k_combine_pwr_to_pdadc_curves()
3156 pdadc_tmp[table_size - 2]; ath5k_combine_pwr_to_pdadc_curves()
3163 s16 tmp = pdadc_tmp[table_size - 1] + ath5k_combine_pwr_to_pdadc_curves()
/linux-4.1.27/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1573 size_t table_size; mxt_get_object_table() local
1580 table_size = data->info.object_num * sizeof(struct mxt_object); mxt_get_object_table()
1581 object_table = kzalloc(table_size, GFP_KERNEL); mxt_get_object_table()
1587 error = __mxt_read_reg(client, MXT_OBJECT_START, table_size, mxt_get_object_table()
/linux-4.1.27/drivers/media/platform/davinci/
H A Ddm355_ccdc.c515 if (dfc->table_size > CCDC_DFT_TABLE_SIZE) ccdc_config_vdfc()
531 for (i = 0; i < dfc->table_size; i++) { ccdc_config_vdfc()
/linux-4.1.27/net/batman-adv/
H A Dtranslation-table.c517 int hash_added, table_size, packet_size_max; batadv_tt_local_add() local
561 table_size = batadv_tt_local_table_transmit_size(bat_priv); batadv_tt_local_add()
562 table_size += batadv_tt_len(1); batadv_tt_local_add()
564 if (table_size > packet_size_max) { batadv_tt_local_add()
567 table_size, packet_size_max, addr); batadv_tt_local_add()
3469 int table_size, timeout = BATADV_TT_LOCAL_TIMEOUT / 2; batadv_tt_local_resize_to_mtu() local
3475 table_size = batadv_tt_local_table_transmit_size(bat_priv); batadv_tt_local_resize_to_mtu()
3476 if (packet_size_max >= table_size) batadv_tt_local_resize_to_mtu()
/linux-4.1.27/drivers/staging/rts5208/
H A Dms.c2589 int retval, table_size, disable_cnt, i; ms_build_l2p_tbl() local
2610 table_size = 494; ms_build_l2p_tbl()
2612 table_size = 496; ms_build_l2p_tbl()
2617 segment->l2p_table = vmalloc(table_size * 2); ms_build_l2p_tbl()
2623 memset((u8 *)(segment->l2p_table), 0xff, table_size * 2); ms_build_l2p_tbl()
/linux-4.1.27/drivers/scsi/
H A Ddpt_i2o.c1472 max = lct->table_size; adpt_i2o_parse_lct()
2529 max = lct->table_size; adpt_i2o_reparse_lct()
3078 if ((pHba->lct->table_size << 2) > pHba->lct_size) { adpt_i2o_lct_get()
3079 pHba->lct_size = pHba->lct->table_size << 2; adpt_i2o_lct_get()
/linux-4.1.27/drivers/gpu/drm/r128/
H A Dr128_cce.c560 dev_priv->gart_info.table_size = R128_PCIGART_TABLE_SIZE; r128_do_init_cce()
/linux-4.1.27/include/acpi/
H A Dactbl1.h278 u32 table_size; member in struct:acpi_einj_trigger
/linux-4.1.27/fs/btrfs/
H A Draid56.c207 int table_size; btrfs_alloc_stripe_hash_table() local
219 table_size = sizeof(*table) + sizeof(*h) * num_entries; btrfs_alloc_stripe_hash_table()
220 table = kzalloc(table_size, GFP_KERNEL | __GFP_NOWARN | __GFP_REPEAT); btrfs_alloc_stripe_hash_table()
222 table = vzalloc(table_size); btrfs_alloc_stripe_hash_table()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2099 u32 rss_hash_opts, u16 table_size, const u8 *rss_hkey) be_cmd_rss_config()
2122 req->cpu_table_size_log2 = cpu_to_le16(fls(table_size) - 1); be_cmd_rss_config()
2127 memcpy(req->cpu_table, rsstable, table_size); be_cmd_rss_config()
2098 be_cmd_rss_config(struct be_adapter *adapter, u8 *rsstable, u32 rss_hash_opts, u16 table_size, const u8 *rss_hkey) be_cmd_rss_config() argument
H A Dbe_cmds.h2276 u32 rss_hash_opts, u16 table_size, const u8 *rss_hkey);

Completed in 2022 milliseconds