Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c229 struct virtio_crypto_inhdr *inhdr; member
510 struct virtio_crypto_inhdr *inhdr; in reach_inhdr() local
514 if (unlikely(dlen != sizeof(*inhdr))) in reach_inhdr()
522 return inhdr; in reach_inhdr()
946 if (unlikely(vc_req->inhdr == NULL)) { in prepare_sym_cipher_op()
1139 if (unlikely(vc_req->inhdr == NULL)) { in prepare_sym_chain_op()
1179 struct virtio_crypto_inhdr *inhdr; in vhost_crypto_process_one_req() local
1216 if (inhdr_desc->len != sizeof(*inhdr)) in vhost_crypto_process_one_req()
1223 inhdr->status = VIRTIO_CRYPTO_ERR; in vhost_crypto_process_one_req()
1327 if (likely(inhdr != NULL)) in vhost_crypto_process_one_req()
[all …]
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.h34 struct virtio_crypto_inhdr inhdr; member
H A Dvirtio_rxtx.c52 struct virtio_crypto_inhdr *inhdr; in virtqueue_dequeue_burst_rx() local
72 inhdr = &(op_cookie->inhdr); in virtqueue_dequeue_burst_rx()
73 switch (inhdr->status) { in virtqueue_dequeue_burst_rx()