Lines Matching defs:notify
180 /* How to notify other side. FIXME: commonalize hcalls! */
181 bool (*notify)(struct virtqueue *vq);
470 /* FIXME: for historical reasons, we force a notify here if
474 vq->notify(&vq->vq);
853 bool (*notify)(struct virtqueue *),
895 notify, callback, name);
1571 bool (*notify)(struct virtqueue *),
1614 vq->notify = notify;
1851 * Returns false if host notify failed or queue is broken, otherwise true.
1861 if (!vq->notify(_vq)) {
2073 bool (*notify)(struct virtqueue *),
2094 vq->notify = notify;
2156 bool (*notify)(struct virtqueue *),
2164 context, notify, callback, name);
2168 context, notify, callback, name);
2180 bool (*notify)(struct virtqueue *vq),
2191 notify, callback, name);