MCPcopy Create free account
hub / github.com/F-Stack/f-stack / modern_notify_queue

Function modern_notify_queue

dpdk/drivers/crypto/virtio/virtio_pci.c:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static void
209modern_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
215const struct virtio_pci_ops virtio_crypto_modern_ops = {
216 .read_dev_cfg = modern_read_dev_config,

Callers

nothing calls this directly

Calls 1

rte_write16Function · 0.50

Tested by

no test coverage detected