Searched defs:refill_fl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c125 static int refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs);
763 (void) refill_fl(sc, fl, fl->cap / 8);
796 starved = refill_fl(sc, fl, fl->cap / 4);
1214 (void) refill_fl(sc, fl, fl->lowat);
1925 refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs) function
2009 (void) refill_fl(sc, fl, 64);

Completed in 66 milliseconds