Lines Matching defs:twe_softc
53 struct twe_softc { struct
54 device_t sc_dev;
55 bus_space_tag_t sc_iot;
56 bus_space_handle_t sc_ioh;
57 bus_dma_tag_t sc_dmat;
58 bus_dmamap_t sc_dmamap;
59 void *sc_ih;
60 void * sc_cmds;
61 bus_addr_t sc_cmds_paddr;
62 int sc_nccbs;
63 struct twe_ccb *sc_ccbs;
66 int sc_flags;
67 int sc_openings;
68 int sc_nunits;
69 struct twe_drive sc_units[TWE_MAX_UNITS];
73 uint16_t sc_aen_queue[TWE_AEN_Q_LENGTH];
74 int sc_aen_head;
75 int sc_aen_tail;