Lines Matching refs:vfio_ap_queue
28 static struct vfio_ap_queue *vfio_ap_find_queue(int apqn);
33 struct vfio_ap_queue *q = dev_get_drvdata(dev); in match_apqn()
49 static struct vfio_ap_queue *vfio_ap_get_queue( in vfio_ap_get_queue()
53 struct vfio_ap_queue *q; in vfio_ap_get_queue()
115 static void vfio_ap_free_aqic_resources(struct vfio_ap_queue *q) in vfio_ap_free_aqic_resources()
149 static struct ap_queue_status vfio_ap_irq_disable(struct vfio_ap_queue *q) in vfio_ap_irq_disable()
205 static struct ap_queue_status vfio_ap_irq_enable(struct vfio_ap_queue *q, in vfio_ap_irq_enable()
284 struct vfio_ap_queue *q; in handle_pqap()
1194 static struct vfio_ap_queue *vfio_ap_find_queue(int apqn) in vfio_ap_find_queue()
1197 struct vfio_ap_queue *q = NULL; in vfio_ap_find_queue()
1209 int vfio_ap_mdev_reset_queue(struct vfio_ap_queue *q, in vfio_ap_mdev_reset_queue()
1265 struct vfio_ap_queue *q; in vfio_ap_mdev_reset_queues()