6 #ifndef _RTE_EVENT_CRYPTO_ADAPTER_ 7 #define _RTE_EVENT_CRYPTO_ADAPTER_ 566 static inline uint16_t
572 const struct rte_event_fp_ops *fp_ops;
575 fp_ops = &rte_event_fp_ops[dev_id];
576 port = fp_ops->data[port_id];
577 #ifdef RTE_LIBRTE_EVENTDEV_DEBUG 578 if (dev_id >= RTE_EVENT_MAX_DEVS ||
579 port_id >= RTE_EVENT_MAX_PORTS_PER_DEV) {
589 rte_eventdev_trace_crypto_adapter_enqueue(dev_id, port_id, ev,
592 return fp_ops->ca_enqueue(port, ev, nb_events);
int rte_event_crypto_adapter_stats_get(uint8_t id, struct rte_event_crypto_adapter_stats *stats)
uint64_t crypto_deq_count
int rte_event_crypto_adapter_create_ext(uint8_t id, uint8_t dev_id, rte_event_crypto_adapter_conf_cb conf_cb, enum rte_event_crypto_adapter_mode mode, void *conf_arg)
int rte_event_crypto_adapter_start(uint8_t id)
int rte_event_crypto_adapter_service_id_get(uint8_t id, uint32_t *service_id)
rte_event_crypto_adapter_mode
static uint16_t rte_event_crypto_adapter_enqueue(uint8_t dev_id, uint8_t port_id, struct rte_event ev[], uint16_t nb_events)
int rte_event_crypto_adapter_stats_reset(uint8_t id)
int rte_event_crypto_adapter_event_port_get(uint8_t id, uint8_t *event_port_id)
int rte_event_crypto_adapter_queue_pair_add(uint8_t id, uint8_t cdev_id, int32_t queue_pair_id, const struct rte_event *event)
uint64_t event_poll_count
int rte_event_crypto_adapter_create(uint8_t id, uint8_t dev_id, struct rte_event_port_conf *port_config, enum rte_event_crypto_adapter_mode mode)
uint64_t event_enq_retry_count
uint64_t crypto_enq_count
int rte_event_crypto_adapter_free(uint8_t id)
int rte_event_crypto_adapter_stop(uint8_t id)
int rte_event_crypto_adapter_queue_pair_del(uint8_t id, uint8_t cdev_id, int32_t queue_pair_id)
uint64_t event_enq_fail_count
int(* rte_event_crypto_adapter_conf_cb)(uint8_t id, uint8_t dev_id, struct rte_event_crypto_adapter_conf *conf, void *arg)