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

/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_intr.c303 if ((v0 = mbp_alloc(sc->vbuf_pool, &p0, &h0)) == NULL)
305 if (mbp_alloc(sc->vbuf_pool, &p1, &h1) == NULL) {
306 mbp_free(sc->vbuf_pool, v0);
548 mbp_count(sc->vbuf_pool, &used, &card, &free);
H A Dif_patm_rx.c358 mbp_sync(sc->vbuf_pool, handle,
360 buf = mbp_get(sc->vbuf_pool, handle);
381 mbp_free(sc->vbuf_pool, p);
409 buf, sc->vbuf_pool, M_PKTHDR, EXT_NET_DRV);
H A Dif_patmvar.h277 struct mbpool *vbuf_pool; /* pool */ member in struct:patm_softc
H A Dif_patm_attach.c532 if (sc->vbuf_pool != NULL)
533 mbp_destroy(sc->vbuf_pool);
846 error = mbp_create(&sc->vbuf_pool, "patm vbufs", sc->sbuf_tag,
H A Dif_patm.c284 mbp_card_free(sc->vbuf_pool);

Completed in 108 milliseconds