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()
203 static struct ap_queue_status vfio_ap_irq_enable(struct vfio_ap_queue *q, in vfio_ap_irq_enable()
282 struct vfio_ap_queue *q; in handle_pqap()
1193 static struct vfio_ap_queue *vfio_ap_find_queue(int apqn) in vfio_ap_find_queue()
1196 struct vfio_ap_queue *q = NULL; in vfio_ap_find_queue()
1208 int vfio_ap_mdev_reset_queue(struct vfio_ap_queue *q, in vfio_ap_mdev_reset_queue()
1264 struct vfio_ap_queue *q; in vfio_ap_mdev_reset_queues()