Home
last modified time | relevance | path

Searched defs:max_th (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/sched/
H A Drte_red.h51 uint16_t max_th; /**< Maximum threshold for queue (max_th) */ member
61 uint32_t max_th; /**< max_th scaled in fixed-point format */ member
H A Drte_red.c87 const uint16_t max_th, in rte_red_config_init()
/dpdk/app/test/
H A Dtest_red.c63 uint32_t max_th; /**< Queue maximum threshold */ member
214 static double calc_drop_prob(uint32_t min_th, uint32_t max_th, in calc_drop_prob()
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c883 uint64_t max_th = profile->red_params[color].max_th; in ipn3ke_tm_tdrop_profile_check() local
/dpdk/lib/ethdev/
H A Drte_tm.h974 uint64_t max_th; member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1337 uint32_t max_th = profile->red_params[color].max_th; in wred_profile_check() local