fl_starve_thres   831 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	u32 fl_starve_thres;        /* Free List starvation threshold */
fl_starve_thres   238 drivers/net/ethernet/chelsio/cxgb4/sge.c 	return fl->avail - fl->pend_cred <= s->fl_starve_thres;
fl_starve_thres  3565 drivers/net/ethernet/chelsio/cxgb4/sge.c 		if (fl->size < s->fl_starve_thres - 1 + 2 * 8)
fl_starve_thres  3566 drivers/net/ethernet/chelsio/cxgb4/sge.c 			fl->size = s->fl_starve_thres - 1 + 2 * 8;
fl_starve_thres  4297 drivers/net/ethernet/chelsio/cxgb4/sge.c 	s->fl_starve_thres = 2*egress_threshold + 1;
fl_starve_thres   318 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h 	u32 fl_starve_thres;		/* Free List starvation threshold */
fl_starve_thres   266 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	return fl->avail - fl->pend_cred <= s->fl_starve_thres;
fl_starve_thres  2283 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT)
fl_starve_thres  2284 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 			fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT;
fl_starve_thres  2681 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		s->fl_starve_thres =
fl_starve_thres  2685 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		s->fl_starve_thres =
fl_starve_thres  2690 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 		s->fl_starve_thres =
fl_starve_thres  2694 drivers/net/ethernet/chelsio/cxgb4vf/sge.c 	s->fl_starve_thres = s->fl_starve_thres * 2 + 1;