Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2280 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT) in t4vf_sge_alloc_rxq()
2281 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT; in t4vf_sge_alloc_rxq()
2679 s->fl_starve_thres = in t4vf_sge_init()
2683 s->fl_starve_thres = in t4vf_sge_init()
2688 s->fl_starve_thres = in t4vf_sge_init()
2692 s->fl_starve_thres = s->fl_starve_thres * 2 + 1; in t4vf_sge_init()
H A Dadapter.h319 u32 fl_starve_thres; /* Free List starvation threshold */ member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c240 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
4427 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
4428 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
5221 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
H A Dcxgb4.h998 u32 fl_starve_thres; /* Free List starvation threshold */ member