virtio_pci.c | 99 bus_space_handle_t sc_notify_ioh; member in struct:virtio_pci_softc 408 VIRTIO_CONFIG_QUEUE_NOTIFY, 2, &psc->sc_notify_ioh)) { 499 notify.cap.offset, notify.cap.length, &psc->sc_notify_ioh)) { 624 bus_space_write_2(psc->sc_notify_iot, psc->sc_notify_ioh, 0, idx); 727 bus_space_write_2(psc->sc_notify_iot, psc->sc_notify_ioh, offset, idx);
|