Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h317 u32 fl_starve_thres; /* Free List starvation threshold */ member
Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2640 s->fl_starve_thres in t4vf_sge_init()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h631 u32 fl_starve_thres; /* Free List starvation threshold */ member
Dsge.c259 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
3068 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()