Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stge.c160 static int stge_newbuf(struct stge_softc *, int);
1679 if (stge_newbuf(sc, cons) != 0) { in stge_rxeof()
2401 if (stge_newbuf(sc, i) != 0) in stge_init_rx_ring()
2424 stge_newbuf(struct stge_softc *sc, int idx) in stge_newbuf() function