Lines Matching defs:notify
207 /* How to notify other side. FIXME: commonalize hcalls! */
208 bool (*notify)(struct virtqueue *vq);
231 bool (*notify)(struct virtqueue *),
599 /* FIXME: for historical reasons, we force a notify here if
603 vq->notify(&vq->vq);
1149 bool (*notify)(struct virtqueue *),
1164 context, notify, callback, name, dma_dev);
2061 bool (*notify)(struct virtqueue *),
2083 vq->notify = notify;
2360 * Returns false if host notify failed or queue is broken, otherwise true.
2370 if (!vq->notify(_vq)) {
2563 * vring_interrupt - notify a virtqueue on an interrupt
2565 * @_vq: the struct virtqueue to notify
2607 bool (*notify)(struct virtqueue *),
2629 vq->notify = notify;
2673 bool (*notify)(struct virtqueue *),
2681 context, notify, callback, name, vdev->dev.parent);
2685 context, notify, callback, name, vdev->dev.parent);
2697 bool (*notify)(struct virtqueue *),
2706 context, notify, callback, name, dma_dev);
2710 context, notify, callback, name, dma_dev);
2856 bool (*notify)(struct virtqueue *vq),
2867 context, notify, callback, name,