HomeSort by: relevance | last modified time | path
    Searched defs:re_newbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
rtl8169.c 150 static int re_newbuf(struct rtk_softc *, int, struct mbuf *);
1115 re_newbuf(struct rtk_softc *sc, int idx, struct mbuf *m) function in typeref:typename:int
1219 if (re_newbuf(sc, i, NULL) == ENOBUFS)
1276 re_newbuf(sc, i, NULL);
1326 re_newbuf(sc, i, m);
1335 if (__predict_false(re_newbuf(sc, i, NULL) != 0)) {
1341 re_newbuf(sc, i, m);

Completed in 103 milliseconds