Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_red.h50 uint16_t min_th; /**< Minimum threshold for queue (max_th) */ member
60 uint32_t min_th; /**< min_th scaled in fixed-point format */ member
H A Drte_red.c86 const uint16_t min_th, in rte_red_config_init()
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c882 uint64_t min_th = profile->red_params[color].min_th; in ipn3ke_tm_tdrop_profile_check() local
941 uint64_t min_th; in ipn3ke_tm_tdrop_profile_add() local
/dpdk/app/test/
H A Dtest_red.c62 uint32_t min_th; /**< Queue minimum threshold */ member
214 static double calc_drop_prob(uint32_t min_th, uint32_t max_th, in calc_drop_prob()
/dpdk/lib/ethdev/
H A Drte_tm.h971 uint64_t min_th; member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1336 uint32_t min_th = profile->red_params[color].min_th; in wred_profile_check() local