Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dvdsk.c126 struct vdsk_softc { struct
127 struct device sc_dv;
128 bus_space_tag_t sc_bustag;
129 bus_dma_tag_t sc_dmatag;
131 void *sc_tx_ih;
132 void *sc_rx_ih;
134 struct ldc_conn sc_lc;
136 uint16_t sc_vio_state;
147 uint16_t sc_major;
148 uint16_t sc_minor;
[all …]