Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_pci_modern.h161 int vp_modern_get_queue_reset(struct virtio_pci_modern_device *mdev, u16 index);
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c508 * vp_modern_get_queue_reset - get the queue reset status
512 int vp_modern_get_queue_reset(struct virtio_pci_modern_device *mdev, u16 index) in vp_modern_get_queue_reset() function
521 EXPORT_SYMBOL_GPL(vp_modern_get_queue_reset);
H A Dvirtio_pci_modern.c643 if (vp_modern_get_queue_reset(mdev, index)) in vp_modern_enable_vq_after_reset()