Searched refs:notify_queue (Results 1 – 7 of 7) sorted by relevance
151 VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq); in virtqueue_notify()
175 void (*notify_queue)(struct virtio_crypto_hw *hw, struct virtqueue *vq); member
239 .notify_queue = modern_notify_queue,
247 void (*notify_queue)(struct virtio_hw *hw, struct virtqueue *vq); member
336 .notify_queue = legacy_notify_queue,594 .notify_queue = modern_notify_queue,
293 .notify_queue = virtio_user_notify_queue,
615 VIRTIO_OPS(vq->hw)->notify_queue(vq->hw, vq); in virtqueue_notify()