HomeSort by: relevance | last modified time | path
    Searched defs:bt_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arc/dti/
btl.c 85 * these could be bigger but we need the bt_softc to fit on a single page..
111 struct bt_softc { struct
137 int bt_cmd(int, struct bt_softc *, int, u_char *, int, u_char *);
138 integrate void bt_finish_ccbs(struct bt_softc *);
140 integrate void bt_reset_ccb(struct bt_softc *, struct bt_ccb *);
141 void bt_free_ccb(struct bt_softc *, struct bt_ccb *);
142 integrate void bt_init_ccb(struct bt_softc *, struct bt_ccb *);
143 struct bt_ccb *bt_get_ccb(struct bt_softc *, int);
144 struct bt_ccb *bt_ccb_phys_kv(struct bt_softc *, u_long);
145 void bt_queue_ccb(struct bt_softc *, struct bt_ccb *)
    [all...]

Completed in 12 milliseconds