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

/linux-4.4.14/drivers/virtio/
H A Dvirtio_pci_common.h115 u16 (*config_vector)(struct virtio_pci_device *vp_dev, u16 vector); member in struct:virtio_pci_device
H A Dvirtio_pci_common.c124 vp_dev->config_vector(vp_dev, VIRTIO_MSI_NO_VECTOR); vp_free_vectors()
188 v = vp_dev->config_vector(vp_dev, v); vp_request_msix_vectors()
H A Dvirtio_pci_legacy.c250 vp_dev->config_vector = vp_config_vector; virtio_pci_legacy_probe()
H A Dvirtio_pci_modern.c719 vp_dev->config_vector = vp_config_vector; virtio_pci_modern_probe()

Completed in 156 milliseconds