Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pkt_size_distr.c256 struct psd_scheduler_ctx *psd_ctx = sched_ctx->private_ctx; in scheduler_start() local
280 ps_qp_ctx->threshold = psd_ctx->threshold; in scheduler_start()
335 struct psd_scheduler_ctx *psd_ctx; in scheduler_create_private_ctx() local
342 psd_ctx = rte_zmalloc_socket(NULL, sizeof(struct psd_scheduler_ctx), 0, in scheduler_create_private_ctx()
344 if (!psd_ctx) { in scheduler_create_private_ctx()
349 psd_ctx->threshold = DEF_PKT_SIZE_THRESHOLD; in scheduler_create_private_ctx()
351 sched_ctx->private_ctx = (void *)psd_ctx; in scheduler_create_private_ctx()
359 struct psd_scheduler_ctx *psd_ctx = ((struct scheduler_ctx *) in scheduler_option_set() local
376 psd_ctx->threshold = ~(threshold - 1); in scheduler_option_set()
385 struct psd_scheduler_ctx *psd_ctx = ((struct scheduler_ctx *) in scheduler_option_get() local
[all …]