Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_red.h52 uint16_t max_th; /**< Maximum threshold for queue (max_th) */ member
62 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()
/f-stack/freebsd/netinet/
H A Dip_dummynet.h169 int max_th ; /* maximum threshold for queue (scaled) */ member
/f-stack/dpdk/app/test/
H A Dtest_red.c39 uint32_t max_th; /**< Queue maximum 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.h230 int max_th ; /* maximum threshold for queue (scaled) */ member
H A Dip_dn_glue.c117 int max_th ; /* maximum threshold for queue (scaled) */ member
/f-stack/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
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.h974 uint64_t max_th; member
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1343 uint32_t max_th = profile->red_params[color].max_th; in wred_profile_check() local