Home
last modified time | relevance | path

Searched refs:vp_modern_set_queue_reset (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dvirtio_pci_modern.h127 void vp_modern_set_queue_reset(struct virtio_pci_modern_device *mdev, u16 index);
/linux-6.15/drivers/virtio/
H A Dvirtio_pci_modern_dev.c517 void vp_modern_set_queue_reset(struct virtio_pci_modern_device *mdev, u16 index) in vp_modern_set_queue_reset() function
532 EXPORT_SYMBOL_GPL(vp_modern_set_queue_reset);
H A Dvirtio_pci_modern.c589 vp_modern_set_queue_reset(mdev, vq->index); in vp_modern_disable_vq_and_reset()