Lines Matching refs:vhost_crypto_desc
54 #define vhost_crypto_desc vring_desc macro
489 static __rte_always_inline struct vhost_crypto_desc *
490 find_write_desc(struct vhost_crypto_desc *head, struct vhost_crypto_desc *desc, in find_write_desc()
507 struct vhost_crypto_desc *head, in reach_inhdr()
511 struct vhost_crypto_desc *last = head + (max_n_descs - 1); in reach_inhdr()
526 move_desc(struct vhost_crypto_desc *head, in move_desc()
527 struct vhost_crypto_desc **cur_desc, in move_desc()
530 struct vhost_crypto_desc *desc = *cur_desc; in move_desc()
553 struct vhost_crypto_desc *cur_desc, in get_data_ptr()
570 struct vhost_crypto_desc *head, in copy_data()
571 struct vhost_crypto_desc **cur_desc, in copy_data()
574 struct vhost_crypto_desc *desc = *cur_desc; in copy_data()
714 struct vhost_crypto_desc *head_desc, in prepare_write_back_data()
715 struct vhost_crypto_desc **cur_desc, in prepare_write_back_data()
723 struct vhost_crypto_desc *desc = *cur_desc; in prepare_write_back_data()
839 struct vhost_crypto_desc *head, in prepare_sym_cipher_op()
842 struct vhost_crypto_desc *desc = head; in prepare_sym_cipher_op()
991 struct vhost_crypto_desc *head, in prepare_sym_chain_op()
994 struct vhost_crypto_desc *desc = head, *digest_desc; in prepare_sym_chain_op()
1173 struct vring_desc *head, struct vhost_crypto_desc *descs, in vhost_crypto_process_one_req()
1180 struct vhost_crypto_desc *desc = descs; in vhost_crypto_process_one_req()
1598 struct vhost_crypto_desc descs[VHOST_CRYPTO_MAX_N_DESC]; in rte_vhost_crypto_fetch_requests()