Home
last modified time | relevance | path

Searched refs:private_qp_ctx (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_failover.c43 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_enqueue()
82 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()
158 dev->data->queue_pairs[i])->private_qp_ctx; in scheduler_start()
190 qp_ctx->private_qp_ctx = (void *)fo_qp_ctx; in scheduler_config_qp()
H A Dscheduler_roundrobin.c23 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_enqueue()
66 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()
143 qp_ctx->private_qp_ctx; in scheduler_start()
183 qp_ctx->private_qp_ctx = (void *)rr_qp_ctx; in scheduler_config_qp()
H A Dscheduler_pkt_size_distr.c40 struct psd_scheduler_qp_ctx *psd_qp_ctx = qp_ctx->private_qp_ctx; in schedule_enqueue()
193 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()
268 qp_ctx->private_qp_ctx; in scheduler_start()
301 struct psd_scheduler_qp_ctx *ps_qp_ctx = qp_ctx->private_qp_ctx; in scheduler_stop()
326 qp_ctx->private_qp_ctx = (void *)ps_qp_ctx; in scheduler_config_qp()
H A Dscheduler_pmd_ops.c259 if (qp_ctx->private_qp_ctx) { in scheduler_pmd_close()
260 rte_free(qp_ctx->private_qp_ctx); in scheduler_pmd_close()
261 qp_ctx->private_qp_ctx = NULL; in scheduler_pmd_close()
381 if (qp_ctx->private_qp_ctx) in scheduler_pmd_qp_release()
382 rte_free(qp_ctx->private_qp_ctx); in scheduler_pmd_qp_release()
H A Dscheduler_multicore.c42 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_enqueue()
87 ((struct scheduler_qp_ctx *)qp)->private_qp_ctx; in schedule_dequeue()
266 qp_ctx->private_qp_ctx; in scheduler_start()
318 qp_ctx->private_qp_ctx = (void *)mc_qp_ctx; in scheduler_config_qp()
H A Dscheduler_pmd_private.h57 void *private_qp_ctx; member