Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2283 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT) in t4vf_sge_alloc_rxq()
2284 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT; in t4vf_sge_alloc_rxq()
2681 s->fl_starve_thres = in t4vf_sge_init()
2685 s->fl_starve_thres = in t4vf_sge_init()
2690 s->fl_starve_thres = in t4vf_sge_init()
2694 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-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c238 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
3597 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
3598 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
4329 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
Dcxgb4.h830 u32 fl_starve_thres; /* Free List starvation threshold */ member