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);
|