MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_cryptodev_raw_dequeue_burst

Function rte_cryptodev_raw_dequeue_burst

dpdk/lib/cryptodev/rte_cryptodev.c:2554–2565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2552}
2553
2554uint32_t
2555rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx,
2556 rte_cryptodev_raw_get_dequeue_count_t get_dequeue_count,
2557 uint32_t max_nb_to_dequeue,
2558 rte_cryptodev_raw_post_dequeue_t post_dequeue,
2559 void **out_user_data, uint8_t is_user_data_array,
2560 uint32_t *n_success_jobs, int *status)
2561{
2562 return (*ctx->dequeue_burst)(ctx->qp_data, ctx->drv_ctx_data,
2563 get_dequeue_count, max_nb_to_dequeue, post_dequeue,
2564 out_user_data, is_user_data_array, n_success_jobs, status);
2565}
2566
2567int
2568rte_cryptodev_raw_dequeue_done(struct rte_crypto_raw_dp_ctx *ctx,

Callers 1

process_sym_raw_dp_opFunction · 0.85

Calls

no outgoing calls

Tested by 1

process_sym_raw_dp_opFunction · 0.68