Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c79 phys_addr_t phys_addr_started; in virtio_crypto_send_command() local
145 phys_addr_started = rte_malloc_virt2iova(virt_addr_started); in virtio_crypto_send_command()
153 desc[idx].addr = phys_addr_started; in virtio_crypto_send_command()
166 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()
180 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()
194 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()
200 vq->vq_ring.desc[head].addr = phys_addr_started + desc_offset; in virtio_crypto_send_command()