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

Function rte_cryptodev_raw_enqueue_burst

dpdk/lib/cryptodev/rte_cryptodev.c:2538–2545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2536}
2537
2538uint32_t
2539rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx,
2540 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs,
2541 void **user_data, int *enqueue_status)
2542{
2543 return (*ctx->enqueue_burst)(ctx->qp_data, ctx->drv_ctx_data, vec,
2544 ofs, user_data, enqueue_status);
2545}
2546
2547int
2548rte_cryptodev_raw_enqueue_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