Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c78 void *virt_addr_started = NULL; in virtio_crypto_send_command() local
138 virt_addr_started = rte_malloc(NULL, in virtio_crypto_send_command()
141 if (virt_addr_started == NULL) { in virtio_crypto_send_command()
145 phys_addr_started = rte_malloc_virt2iova(virt_addr_started); in virtio_crypto_send_command()
149 ((uint8_t *)virt_addr_started + desc_offset); in virtio_crypto_send_command()
152 memcpy(virt_addr_started, ctrl, len_ctrl_req); in virtio_crypto_send_command()
163 memcpy((uint8_t *)virt_addr_started + len_total, in virtio_crypto_send_command()
177 memcpy((uint8_t *)virt_addr_started + len_total, in virtio_crypto_send_command()
191 ((uint8_t *)virt_addr_started + input_offset); in virtio_crypto_send_command()
252 rte_free(virt_addr_started); in virtio_crypto_send_command()
[all …]