| 206 | } |
| 207 | |
| 208 | static void |
| 209 | modern_notify_queue(struct virtio_crypto_hw *hw __rte_unused, |
| 210 | struct virtqueue *vq) |
| 211 | { |
| 212 | rte_write16(vq->vq_queue_index, vq->notify_addr); |
| 213 | } |
| 214 | |
| 215 | const struct virtio_pci_ops virtio_crypto_modern_ops = { |
| 216 | .read_dev_cfg = modern_read_dev_config, |
nothing calls this directly
no test coverage detected