Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2275 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT) in t4vf_sge_alloc_rxq()
2276 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT; in t4vf_sge_alloc_rxq()
2673 s->fl_starve_thres = in t4vf_sge_init()
2677 s->fl_starve_thres = in t4vf_sge_init()
2682 s->fl_starve_thres = in t4vf_sge_init()
2686 s->fl_starve_thres = s->fl_starve_thres * 2 + 1; in t4vf_sge_init()
Dadapter.h317 u32 fl_starve_thres; /* Free List starvation threshold */ member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c249 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2498 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
2499 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
3142 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
Dcxgb4.h662 u32 fl_starve_thres; /* Free List starvation threshold */ member