Searched refs:vtpci_dev (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c109 return (VIRTIO_PCI_READ_ISR(cn->vtpci_dev));
115 return (VIRTIO_PCI_GET_VQ_SIZE(cn->vtpci_dev, idx));
121 return (VIRTIO_PCI_GET_VQ_NOTIFY_OFF(cn->vtpci_dev, idx));
127 VIRTIO_PCI_SET_VQ(cn->vtpci_dev, vq);
133 VIRTIO_PCI_DISABLE_VQ(cn->vtpci_dev, idx);
139 return (VIRTIO_PCI_REGISTER_CFG_MSIX(cn->vtpci_dev, intr));
146 return (VIRTIO_PCI_REGISTER_VQ_MSIX(cn->vtpci_dev, idx, intr));
153 cn->vtpci_dev = dev;
172 dev = cn->vtpci_dev;
191 dev = cn->vtpci_dev;
[all...]
H A Dvirtio_pci_modern.c74 device_t vtpci_dev; member in struct:vtpci_modern_softc
291 sc->vtpci_dev = dev;
527 device_printf(sc->vtpci_dev, "requested virtqueue count %d "
792 dev = sc->vtpci_dev;
816 dev = sc->vtpci_dev;
845 dev = sc->vtpci_dev;
869 dev = sc->vtpci_dev;
939 dev = sc->vtpci_dev;
993 val = pci_read_config(sc->vtpci_dev, PCIR_BAR(bar), 4);
1029 res = bus_alloc_resource_any(sc->vtpci_dev, typ
[all...]
H A Dvirtio_pci_legacy.c60 device_t vtpci_dev; member in struct:vtpci_legacy_softc
230 sc->vtpci_dev = dev;
560 dev = sc->vtpci_dev;
586 dev = sc->vtpci_dev;
609 dev = sc->vtpci_dev;
634 dev = sc->vtpci_dev;
648 dev = sc->vtpci_dev;
676 dev = sc->vtpci_dev;
H A Dvirtio_pci.h47 device_t vtpci_dev; member in struct:vtpci_common

Completed in 159 milliseconds