Searched refs:table_size (Results 1 – 5 of 5) sorted by relevance
38 double table_size = 0.0; in __rte_red_init_tables() local41 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()
25 int table_size = 0; in pci_id_table_size_get() local28 table_size++; in pci_id_table_size_get()29 return table_size; in pci_id_table_size_get()
470 int i, table_size; in ecore_sp_vport_update_rss() local525 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()
1363 int i, table_size; in ecore_vf_pf_vport_update() local1386 table_size = OSAL_MIN_T(int, T_ETH_INDIRECTION_TABLE_SIZE, in ecore_vf_pf_vport_update()1388 for (i = 0; i < table_size; i++) { in ecore_vf_pf_vport_update()
3163 u16 table_size; in ecore_iov_vp_update_rss_param() local3195 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()