Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
2682 s->fl_starve_thres = in t4vf_sge_init()
2686 s->fl_starve_thres = in t4vf_sge_init()
2691 s->fl_starve_thres = in t4vf_sge_init()
2695 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
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c240 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
4402 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
4403 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
5191 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
Dcxgb4.h1000 u32 fl_starve_thres; /* Free List starvation threshold */ member