Searched defs:bt_softc (Results 1 – 1 of 1) sorted by relevance
573 struct bt_softc { struct574 device_t dev;575 struct resource *port;576 struct resource *irq;577 struct resource *drq;578 void *ih;579 struct lock lock;580 struct cam_sim *sim;581 struct cam_path *path;582 bt_mbox_out_t *cur_outbox;[all …]