Home
last modified time | relevance | path

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

/openbmc/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.h106 void vp_synchronize_vectors(struct virtio_device *vdev);
H A Dvirtio_pci_modern.c179 vp_synchronize_vectors(vdev); in vp_reset()
503 .synchronize_cbs = vp_synchronize_vectors,
523 .synchronize_cbs = vp_synchronize_vectors,
H A Dvirtio_pci_common.c28 void vp_synchronize_vectors(struct virtio_device *vdev) in vp_synchronize_vectors() function