Lines Matching refs:bt_buf
125 TAILQ_HEAD(, bt_buf) sc_free_buf;
156 void bt_free_buf(struct bt_softc *, struct bt_buf *);
157 struct bt_buf * bt_get_buf(struct bt_softc *, int);
346 struct bt_buf *buf;
383 while ((bouncearea + sizeof(struct bt_buf)) < bouncebase + bouncesize) {
384 buf = (struct bt_buf *)bouncearea;
385 bouncearea += sizeof(struct bt_buf);
582 bt_free_buf(struct bt_softc *sc, struct bt_buf *buf)
657 struct bt_buf *
660 struct bt_buf *buf;
870 bt_free_buf(sc, (struct bt_buf *)thisbounce);
1277 bytes_this_page = uimin(sizeof(struct bt_buf), datalen);
1337 bt_free_buf(sc, (struct bt_buf *)thisbounce);