Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2281 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT) in t4vf_sge_alloc_rxq()
2282 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT; in t4vf_sge_alloc_rxq()
2676 s->fl_starve_thres = in t4vf_sge_init()
2680 s->fl_starve_thres = in t4vf_sge_init()
2685 s->fl_starve_thres = in t4vf_sge_init()
2689 s->fl_starve_thres = s->fl_starve_thres * 2 + 1; in t4vf_sge_init()
Dadapter.h318 u32 fl_starve_thres; /* Free List starvation threshold */ member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c237 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
3429 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
3430 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
4119 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
Dcxgb4.h806 u32 fl_starve_thres; /* Free List starvation threshold */ member