Home
last modified time | relevance | path

Searched refs:vtmmio_setup_intr (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/virtio/mmio/
HDvirtio_mmio.c115 static int vtmmio_setup_intr(device_t, enum intr_type);
190 DEVMETHOD(virtio_bus_setup_intr, vtmmio_setup_intr),
217 vtmmio_setup_intr(device_t dev, enum intr_type type) in vtmmio_setup_intr() function