Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_sched/
H A Drte_red.c38 double table_size = 0.0; in __rte_red_init_tables() local
41 table_size = (double)(RTE_DIM(rte_red_pow2_frac_inv)); in __rte_red_init_tables()
46 rte_red_pow2_frac_inv[i] = (uint16_t) round(scale / pow(2, m / table_size)); in __rte_red_init_tables()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_pci.c422 int table_size = 0; in pci_id_table_size_get() local
425 table_size++; in pci_id_table_size_get()
426 return table_size; in pci_id_table_size_get()
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie.h563 uint16_t table_size; member
H A Dal_hal_pcie.c2698 msix_reg0 |= ((msix_params->table_size - 1) & AL_PCI_MSIX_MSGCTRL_TBL_SIZE) << in al_pcie_msix_config()
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c1917 const size_t table_size = 1 << max_bits; in HUF_init_dtable() local
1919 table->symbols = malloc(table_size); in HUF_init_dtable()
1920 table->num_bits = malloc(table_size); in HUF_init_dtable()
1941 if (rank_idx[0] != table_size) { in HUF_init_dtable()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c470 int i, table_size; in ecore_sp_vport_update_rss() local
525 table_size = OSAL_MIN_T(int, ECORE_RSS_IND_TABLE_SIZE, in ecore_sp_vport_update_rss()
527 for (i = 0; i < table_size; i++) { in ecore_sp_vport_update_rss()
539 table_size); in ecore_sp_vport_update_rss()
H A Decore_vf.c1366 int i, table_size; in ecore_vf_pf_vport_update() local
1389 table_size = OSAL_MIN_T(int, T_ETH_INDIRECTION_TABLE_SIZE, in ecore_vf_pf_vport_update()
1391 for (i = 0; i < table_size; i++) { in ecore_vf_pf_vport_update()
H A Decore_sriov.c3163 u16 table_size; in ecore_iov_vp_update_rss_param() local
3195 table_size = OSAL_MIN_T(u16, OSAL_ARRAY_SIZE(p_rss->rss_ind_table), in ecore_iov_vp_update_rss_param()
3198 for (i = 0; i < table_size; i++) { in ecore_iov_vp_update_rss_param()