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

/freebsd-10-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.c320 static struct lmbuf *
325 struct lmbuf *b;
359 struct lmbuf *b0, *b1;
515 patm_lbuf_free(struct patm_softc *sc, struct lmbuf *b)
H A Dif_patm_rx.c346 struct lmbuf *b;
H A Dif_patm_attach.c874 struct lmbuf *b = &sc->lbufs[i];

Completed in 52 milliseconds