Searched refs:sbuf_pool (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_intr.c276 if ((v0 = mbp_alloc(sc->sbuf_pool, &p0, &h0)) == NULL)
278 if (mbp_alloc(sc->sbuf_pool, &p1, &h1) == NULL) {
279 mbp_free(sc->sbuf_pool, v0);
546 mbp_count(sc->sbuf_pool, &used, &card, &free);
H A Dif_patm_rx.c364 mbp_sync(sc->sbuf_pool, handle,
366 buf = mbp_get(sc->sbuf_pool, handle);
385 mbp_free(sc->sbuf_pool, p);
414 buf, sc->sbuf_pool, M_PKTHDR, EXT_NET_DRV);
H A Dif_patmvar.h276 struct mbpool *sbuf_pool; /* pool */ member in struct:patm_softc
H A Dif_patm_attach.c531 if (sc->sbuf_pool != NULL)
532 mbp_destroy(sc->sbuf_pool);
840 error = mbp_create(&sc->sbuf_pool, "patm sbufs", sc->sbuf_tag,
H A Dif_patm.c281 mbp_card_free(sc->sbuf_pool);

Completed in 112 milliseconds