Searched refs:lmbuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/patm/
H A Dif_patmvar.h143 struct lmbuf { struct
144 SLIST_ENTRY(lmbuf) link; /* free list link */
271 struct lmbuf *lbufs; /* array for indexing */
272 SLIST_HEAD(,lmbuf) lbuf_free_list; /* free list */
280 struct lmbuf *rawh; /* current header buf */
438 void patm_lbuf_free(struct patm_softc *sc, struct lmbuf *b);
H A Dif_patm_intr.c321 static struct lmbuf *
326 struct lmbuf *b;
360 struct lmbuf *b0, *b1;
516 patm_lbuf_free(struct patm_softc *sc, struct lmbuf *b)
H A Dif_patm_rx.c347 struct lmbuf *b;
H A Dif_patm_attach.c875 struct lmbuf *b = &sc->lbufs[i];

Completed in 400 milliseconds