Lines Matching defs:virtio_softc
141 struct virtio_softc { struct
142 device_t sc_dev;
143 const struct virtio_ops *sc_ops;
144 bus_dma_tag_t sc_dmat;
146 int sc_bus_endian;
147 int sc_struct_endian;
149 bus_space_tag_t sc_devcfg_iot;
150 bus_space_handle_t sc_devcfg_ioh;
151 bus_size_t sc_devcfg_iosize;
153 int sc_ipl; /* set by child */
177 struct virtio_softc; argument