Home
last modified time | relevance | path

Searched defs:iop_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/i2o/
H A Diopvar.h107 struct iop_softc { struct
108 device_t sc_dev; /* Generic device data */
109 bus_space_handle_t sc_ioh; /* Bus space handle */
110 bus_space_tag_t sc_iot; /* Bus space tag */
111 bus_dma_tag_t sc_dmat; /* Bus DMA tag */
112 bus_space_handle_t sc_msg_ioh; /* Message queue bus space handle */
113 bus_space_tag_t sc_msg_iot; /* Message queue bus space tag */
114 void *sc_ih; /* Interrupt handler cookie */
116 struct iop_msg *sc_ims; /* Message wrappers */
118 kmutex_t sc_intrlock; /* Interrupt level lock */
[all …]