Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_crypto_adapter.h285 struct rte_event_crypto_adapter_stats { struct
475 struct rte_event_crypto_adapter_stats *stats);
H A Drte_event_crypto_adapter.c51 struct rte_event_crypto_adapter_stats crypto_stats;
335 struct rte_event_crypto_adapter_stats *stats = &adapter->crypto_stats; in eca_enq_to_cryptodev()
425 struct rte_event_crypto_adapter_stats *stats = &adapter->crypto_stats; in eca_crypto_enq_flush()
472 struct rte_event_crypto_adapter_stats *stats = &adapter->crypto_stats; in eca_crypto_adapter_enq_run()
506 struct rte_event_crypto_adapter_stats *stats = &adapter->crypto_stats; in eca_ops_enqueue_burst()
570 struct rte_event_crypto_adapter_stats *stats = &adapter->crypto_stats; in eca_crypto_adapter_deq_run()
1039 struct rte_event_crypto_adapter_stats *stats) in rte_event_crypto_adapter_stats_get()
1042 struct rte_event_crypto_adapter_stats dev_stats_sum = { 0 }; in rte_event_crypto_adapter_stats_get()
1043 struct rte_event_crypto_adapter_stats dev_stats; in rte_event_crypto_adapter_stats_get()
H A Drte_eventdev_pmd.h787 struct rte_event_crypto_adapter_stats;
808 struct rte_event_crypto_adapter_stats *stats);
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst298 in struct ``rte_event_crypto_adapter_stats``. The received packet and
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c135 struct rte_event_crypto_adapter_stats stats; in test_crypto_adapter_stats()