Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c703 refill_fl(adapter_t *sc, struct sge_fl *q, int n) in refill_fl() function
819 refill_fl(adap, fl, min(16U, fl->size - fl->credits)); in __refill_fl()
828 refill_fl(adap, fl, min(max, reclaimable)); in __refill_fl_lt()
2588 refill_fl(sc, &q->fl[0], q->fl[0].size); in t3_sge_alloc_qset()
2589 refill_fl(sc, &q->fl[1], q->fl[1].size); in t3_sge_alloc_qset()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c291 static int refill_fl(struct adapter *, struct sge_fl *, int);
1627 refill_fl(sc, fl, 64); in service_iq_fl()
1715 starved = refill_fl(sc, fl, 64); in service_iq_fl()
3665 refill_fl(sc, fl, fl->lowat); in alloc_iq_fl_hwq()
4026 refill_fl(sc, &rxq->fl, 128); in alloc_rxq()
4976 refill_fl(struct adapter *sc, struct sge_fl *fl, int n) in refill_fl() function
5097 refill_fl(sc, fl, 64); in refill_sfl()