Searched refs:enq_ops (Results 1 – 2 of 2) sorted by relevance
46 struct psd_schedule_op enq_ops[NB_PKT_SIZE_WORKERS] = { in schedule_enqueue() local78 p_enq_op = &enq_ops[!(job_len & psd_qp_ctx->threshold)]; in schedule_enqueue()95 p_enq_op = &enq_ops[!(job_len & psd_qp_ctx->threshold)]; in schedule_enqueue()109 p_enq_op = &enq_ops[!(job_len & psd_qp_ctx->threshold)]; in schedule_enqueue()123 p_enq_op = &enq_ops[!(job_len & psd_qp_ctx->threshold)]; in schedule_enqueue()139 p_enq_op = &enq_ops[!(job_len & psd_qp_ctx->threshold)]; in schedule_enqueue()155 enq_ops[PRIMARY_WORKER_IDX].pos); in schedule_enqueue()157 RTE_ASSERT(processed_ops_pri == enq_ops[PRIMARY_WORKER_IDX].pos); in schedule_enqueue()165 enq_ops[SECONDARY_WORKER_IDX].pos); in schedule_enqueue()166 RTE_ASSERT(processed_ops_sec == enq_ops[SECONDARY_WORKER_IDX].pos); in schedule_enqueue()
158 struct rte_crypto_op *enq_ops[MC_SCHED_BUFFER_SIZE]; in mc_scheduler_worker() local189 &enq_ops[pending_enq_ops_idx], in mc_scheduler_worker()195 processed_ops = rte_ring_dequeue_burst(enq_ring, (void *)enq_ops, in mc_scheduler_worker()200 enq_ops, processed_ops); in mc_scheduler_worker()