Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dvirtiovar.h141 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 */
[all …]