Searched refs:fl_starve_thres (Results 1 – 2 of 2) sorted by relevance
188 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()1833 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()1834 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()2406 s->fl_starve_thres = 2 * egress_threshold + 1; in t4_sge_init()2530 s->fl_starve_thres = in t4vf_sge_init()2535 s->fl_starve_thres = in t4vf_sge_init()2539 s->fl_starve_thres = s->fl_starve_thres * 2 + 1; in t4vf_sge_init()
288 u32 fl_starve_thres; /* Free List starvation threshold */ member