Home
last modified time | relevance | path

Searched refs:notify_queue (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtqueue.h151 VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq); in virtqueue_notify()
H A Dvirtio_pci.h174 void (*notify_queue)(struct virtio_crypto_hw *hw, struct virtqueue *vq); member
H A Dvirtio_pci.c239 .notify_queue = modern_notify_queue,
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h241 void (*notify_queue)(struct virtio_hw *hw, struct virtqueue *vq); member
H A Dvirtio_pci.c257 .notify_queue = legacy_notify_queue,
462 .notify_queue = modern_notify_queue,
H A Dvirtqueue.h590 VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq); in virtqueue_notify()
H A Dvirtio_user_ethdev.c478 .notify_queue = virtio_user_notify_queue,