Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2281 * (fl_starve_thres - 1). in t4vf_sge_alloc_rxq()
2283 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT) in t4vf_sge_alloc_rxq()
2284 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT; in t4vf_sge_alloc_rxq()
2673 /* A FL with <= fl_starve_thres buffers is starving and a periodic in t4vf_sge_init()
2682 s->fl_starve_thres = in t4vf_sge_init()
2686 s->fl_starve_thres = in t4vf_sge_init()
2691 s->fl_starve_thres = in t4vf_sge_init()
2695 s->fl_starve_thres = s->fl_starve_thres * in t4vf_sge_init()
[all...]
H A Dadapter.h318 u32 fl_starve_thres; /* Free List starvation threshold */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c266 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
2278 * (fl_starve_thres - 1). in t4vf_sge_alloc_rxq()
2280 if (fl->size < s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT) in t4vf_sge_alloc_rxq()
2281 fl->size = s->fl_starve_thres - 1 + 2 * FL_PER_EQ_UNIT; in t4vf_sge_alloc_rxq()
2670 /* A FL with <= fl_starve_thres buffers is starving and a periodic in t4vf_sge_init()
2679 s->fl_starve_thres = in t4vf_sge_init()
2683 s->fl_starve_thres = in t4vf_sge_init()
2688 s->fl_starve_thres = in t4vf_sge_init()
2692 s->fl_starve_thres = s->fl_starve_thres * in t4vf_sge_init()
[all...]
H A Dadapter.h319 u32 fl_starve_thres; /* Free List starvation threshold */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c240 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
4400 * (fl_starve_thres - 1). in t4_sge_alloc_rxq()
4402 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
4403 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
5164 * A FL with <= fl_starve_thres buffers is starving and a periodic in t4_sge_init()
5191 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
H A Dcxgb4.h1000 u32 fl_starve_thres; /* Free List starvation threshold */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c240 return fl->avail - fl->pend_cred <= s->fl_starve_thres; in fl_starving()
4425 * (fl_starve_thres - 1). in t4_sge_alloc_rxq()
4427 if (fl->size < s->fl_starve_thres - 1 + 2 * 8) in t4_sge_alloc_rxq()
4428 fl->size = s->fl_starve_thres - 1 + 2 * 8; in t4_sge_alloc_rxq()
5194 * A FL with <= fl_starve_thres buffers is starving and a periodic in t4_sge_init()
5221 s->fl_starve_thres = 2*egress_threshold + 1; in t4_sge_init()
H A Dcxgb4.h998 u32 fl_starve_thres; /* Free List starvation threshold */ member

Completed in 33 milliseconds