| 2565 | } |
| 2566 | |
| 2567 | int |
| 2568 | rte_cryptodev_raw_dequeue_done(struct rte_crypto_raw_dp_ctx *ctx, |
| 2569 | uint32_t n) |
| 2570 | { |
| 2571 | return (*ctx->dequeue_done)(ctx->qp_data, ctx->drv_ctx_data, n); |
| 2572 | } |
| 2573 | |
| 2574 | /** Initialise rte_crypto_op mempool element */ |
| 2575 | static void |
no outgoing calls