HomeSort by: relevance | last modified time | path
    Searched refs:bt_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arc/dti/
btlreg.h 153 struct bt_buf { struct
154 TAILQ_ENTRY(bt_buf) chain;
155 char buf[4096 - 2 * sizeof(struct bt_buf *)];
btl.c 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
    [all...]

Completed in 27 milliseconds