Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_pci_legacy.c102 vp_synchronize_vectors(vdev); in vp_reset()
197 .synchronize_cbs = vp_synchronize_vectors,
H A Dvirtio_pci_common.h123 void vp_synchronize_vectors(struct virtio_device *vdev);
H A Dvirtio_pci_modern.c409 vp_synchronize_vectors(vdev); in vp_reset()
787 .synchronize_cbs = vp_synchronize_vectors,
809 .synchronize_cbs = vp_synchronize_vectors,
H A Dvirtio_pci_common.c28 void vp_synchronize_vectors(struct virtio_device *vdev) in vp_synchronize_vectors() function