Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pkt_size_distr.c267 struct psd_scheduler_qp_ctx *ps_qp_ctx = in scheduler_start() local
270 ps_qp_ctx->primary_worker.dev_id = in scheduler_start()
272 ps_qp_ctx->primary_worker.qp_id = i; in scheduler_start()
273 ps_qp_ctx->primary_worker.nb_inflight_cops = 0; in scheduler_start()
275 ps_qp_ctx->secondary_worker.dev_id = in scheduler_start()
277 ps_qp_ctx->secondary_worker.qp_id = i; in scheduler_start()
280 ps_qp_ctx->threshold = psd_ctx->threshold; in scheduler_start()
317 struct psd_scheduler_qp_ctx *ps_qp_ctx; in scheduler_config_qp() local
319 ps_qp_ctx = rte_zmalloc_socket(NULL, sizeof(*ps_qp_ctx), 0, in scheduler_config_qp()
321 if (!ps_qp_ctx) { in scheduler_config_qp()
[all …]