Lines Matching defs:twe_softc
51 struct twe_softc { struct
52 struct device sc_dev;
53 void *sc_ih;
54 struct proc *sc_thread;
55 int sc_thread_on;
57 bus_space_tag_t iot;
58 bus_space_handle_t ioh;
59 bus_dma_tag_t dmat;
61 void *sc_cmds;
62 bus_dmamap_t sc_cmdmap;
63 bus_dma_segment_t sc_cmdseg[1];
64 struct twe_ccb sc_ccbs[TWE_MAXCMDS];
65 twe_queue_head sc_free_ccb;
89 int twe_attach(struct twe_softc *); argument