Lines Matching refs:rte_cryptodev

61 	struct rte_cryptodev *devs;	/**< Device information array */
83 struct rte_cryptodev *
94 struct rte_cryptodev *
111 extern struct rte_cryptodev *rte_cryptodevs;
128 typedef int (*cryptodev_configure_t)(struct rte_cryptodev *dev,
138 typedef int (*cryptodev_start_t)(struct rte_cryptodev *dev);
145 typedef void (*cryptodev_stop_t)(struct rte_cryptodev *dev);
155 typedef int (*cryptodev_close_t)(struct rte_cryptodev *dev);
164 typedef void (*cryptodev_stats_get_t)(struct rte_cryptodev *dev,
173 typedef void (*cryptodev_stats_reset_t)(struct rte_cryptodev *dev);
181 typedef void (*cryptodev_info_get_t)(struct rte_cryptodev *dev,
194 typedef int (*cryptodev_queue_pair_setup_t)(struct rte_cryptodev *dev,
208 typedef int (*cryptodev_queue_pair_release_t)(struct rte_cryptodev *dev,
224 struct rte_cryptodev *dev, unsigned nb_objs,
238 struct rte_cryptodev *dev);
249 struct rte_cryptodev *dev);
265 typedef int (*cryptodev_sym_configure_session_t)(struct rte_cryptodev *dev,
283 typedef int (*cryptodev_asym_configure_session_t)(struct rte_cryptodev *dev,
293 typedef void (*cryptodev_sym_free_session_t)(struct rte_cryptodev *dev,
301 typedef void (*cryptodev_asym_free_session_t)(struct rte_cryptodev *dev,
317 (struct rte_cryptodev *dev, struct rte_cryptodev_sym_session *sess,
329 typedef int (*cryptodev_sym_get_raw_dp_ctx_size_t)(struct rte_cryptodev *dev);
352 struct rte_cryptodev *dev, uint16_t qp_id,
415 struct rte_cryptodev *
429 rte_cryptodev_pmd_release_device(struct rte_cryptodev *cryptodev);
468 struct rte_cryptodev *
486 rte_cryptodev_pmd_destroy(struct rte_cryptodev *cryptodev);
498 void rte_cryptodev_pmd_callback_process(struct rte_cryptodev *dev,