Home
last modified time | relevance | path

Searched refs:refill_fl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/
Dcxgb_sge.c713 refill_fl(adapter_t *sc, struct sge_fl *q, int n) in refill_fl() function
829 refill_fl(adap, fl, min(16U, fl->size - fl->credits)); in __refill_fl()
838 refill_fl(adap, fl, min(max, reclaimable)); in __refill_fl_lt()
2622 refill_fl(sc, &q->fl[0], q->fl[0].size); in t3_sge_alloc_qset()
2623 refill_fl(sc, &q->fl[1], q->fl[1].size); in t3_sge_alloc_qset()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_sge.c271 static int refill_fl(struct adapter *, struct sge_fl *, int);
1642 refill_fl(sc, fl, 64); in service_iq_fl()
1730 starved = refill_fl(sc, fl, 64); in service_iq_fl()
3516 refill_fl(sc, fl, fl->lowat); in alloc_iq_fl()
3750 refill_fl(sc, &rxq->fl, 128); in alloc_rxq()
4356 refill_fl(struct adapter *sc, struct sge_fl *fl, int n) in refill_fl() function
4477 refill_fl(sc, fl, 64); in refill_sfl()