Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c293 static int find_refill_source(struct adapter *, int, bool);
2275 fl->zidx = find_refill_source(sc, maxp, in t4_update_fl_bufsize()
2285 fl->zidx = find_refill_source(sc, maxp, in t4_update_fl_bufsize()
3394 fl->zidx = find_refill_source(sc, maxp, fl->flags & FL_BUF_PACKING); in init_fl()
6308 find_refill_source(struct adapter *sc, int maxp, bool packing) in find_refill_source() function