Home
last modified time | relevance | path

Searched refs:max_index (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dsize_classes.c27 szind_t index, max_index; in TEST_BEGIN() local
30 max_index = sz_size2index(max_size_class); in TEST_BEGIN()
32 for (index = 0, size_class = sz_index2size(index); index < max_index || in TEST_BEGIN()
35 assert_true(index < max_index, in TEST_BEGIN()
/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_xstats.c143 uint32_t max_index = device->max_port_nb * max_num_port_xstat; in opdl_xstats_get_by_name() local
146 for (i = 0; i < max_index; i++) { in opdl_xstats_get_by_name()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1395 int max_index; in create_pa_curve() local
1441 max_index = 0; in create_pa_curve()
1490 max_index++; in create_pa_curve()
1515 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1539 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1546 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1563 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve()
1570 if (y_est[max_index] == 0) { in create_pa_curve()
1574 (x_est_fxp1_nonlin[max_index] + y_est[max_index]) / y_est[max_index]; in create_pa_curve()
1583 half_lo = (max_index > 15) ? 7 : max_index >> 1; in create_pa_curve()
[all …]
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp_eth.c226 table->max_index = RTE_MAX(table->max_index, in nfp_eth_calc_port_geometry()
H A Dnfp_nsp.h193 unsigned int max_index; member
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c2721 int max_index; in hinic_lookup_new_tcam_filter() local
2725 max_index = HINIC_VF_MAX_TCAM_FILTERS; in hinic_lookup_new_tcam_filter()
2727 max_index = HINIC_PF_MAX_TCAM_FILTERS; in hinic_lookup_new_tcam_filter()
2729 for (index = 0; index < max_index; index++) { in hinic_lookup_new_tcam_filter()
2734 if (index == max_index) { in hinic_lookup_new_tcam_filter()
2736 hinic_global_func_id(nic_dev->hwdev), max_index); in hinic_lookup_new_tcam_filter()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c655 max_index(uint64_t *a, int n) in max_index() function
732 agg_new_idx = max_index(agg_count, slaves_count); in selection_logic()
736 agg_new_idx = max_index(agg_bandwidth, slaves_count); in selection_logic()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c218 qs->max_index = rte_cpu_to_be_32(index); in mlx5_txpp_fill_wqe_rearm_queue()
230 qs->max_index = rte_cpu_to_be_32(index); in mlx5_txpp_fill_wqe_rearm_queue()
H A Dmlx5_rxtx.c2279 qs->max_index = rte_cpu_to_be_32(wci); in mlx5_tx_wseg_init()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h344 uint32_t max_index; member