Searched refs:refill_fl (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 125 static int refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs); 763 (void) refill_fl(sc, fl, fl->cap / 8); in service_iq() 796 starved = refill_fl(sc, fl, fl->cap / 4); in service_iq() 1214 (void) refill_fl(sc, fl, fl->lowat); in alloc_iq_fl() 1925 refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs) in refill_fl() function 2009 (void) refill_fl(sc, fl, 64); in refill_sfl()
|