Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_red.h51 uint16_t min_th; /**< Minimum threshold for queue (max_th) */ member
61 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()
/f-stack/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
/f-stack/freebsd/netinet/
H A Dip_dummynet.h170 int min_th ; /* minimum threshold for queue (scaled) */ member
/f-stack/dpdk/app/test/
H A Dtest_red.c38 uint32_t min_th; /**< Queue minimum threshold */ member
190 static double calc_drop_prob(uint32_t min_th, uint32_t max_th, in calc_drop_prob()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h231 int min_th ; /* minimum threshold for queue (scaled) */ member
H A Dip_dn_glue.c118 int min_th ; /* minimum threshold for queue (scaled) */ member
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.h971 uint64_t min_th; member
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1342 uint32_t min_th = profile->red_params[color].min_th; in wred_profile_check() local