Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c76 uint32_t len_total = 0; in virtio_crypto_send_command() local
158 len_total += len_ctrl_req; in virtio_crypto_send_command()
163 memcpy((uint8_t *)virt_addr_started + len_total, in virtio_crypto_send_command()
166 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()
171 len_total += len_cipher_key; in virtio_crypto_send_command()
177 memcpy((uint8_t *)virt_addr_started + len_total, in virtio_crypto_send_command()
180 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()
185 len_total += len_auth_key; in virtio_crypto_send_command()
194 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()