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

/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres;
2278 * (fl_starve_thres - 1).
2280 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT)
2281 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT;
2670 /* A FL with <= fl_starve_thres buffers is starving and a periodic
2679 s->fl_starve_thres =
2683 s->fl_starve_thres =
2688 s->fl_starve_thres =
2692 s->fl_starve_thres = s->fl_starve_thres *
[all...]
H A Dadapter.h319 u32 fl_starve_thres; /* Free List starvation threshold */ member in struct:sge
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c240 return fl->avail - fl->pend_cred <= s->fl_starve_thres;
4411 * (fl_starve_thres - 1).
4413 if (fl->size < s->fl_starve_thres - 1 + 2 * 8)
4414 fl->size = s->fl_starve_thres - 1 + 2 * 8;
5180 * A FL with <= fl_starve_thres buffers is starving and a periodic
5207 s->fl_starve_thres = 2*egress_threshold + 1;
H A Dcxgb4.h998 u32 fl_starve_thres; /* Free List starvation threshold */ member in struct:sge

Completed in 133 milliseconds