Home
last modified time | relevance | path

Searched refs:fl_starve_thres (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c223 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
1855 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
1856 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
2477 s->fl_starve_thres = 2 * egress_threshold + 1; in t4_sge_init()
2627 s->fl_starve_thres = in t4vf_sge_init()
2632 s->fl_starve_thres = in t4vf_sge_init()
2636 s->fl_starve_thres = s->fl_starve_thres * 2 + 1; in t4vf_sge_init()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h297 u32 fl_starve_thres; /* Free List starvation threshold */ member