Searched refs:option_type (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler_operations.h | 30 uint32_t option_type, 35 uint32_t option_type,
|
| H A D | rte_cryptodev_scheduler.h | 233 enum rte_cryptodev_schedule_option_type option_type, 252 enum rte_cryptodev_schedule_option_type option_type,
|
| H A D | rte_cryptodev_scheduler.c | 520 enum rte_cryptodev_schedule_option_type option_type, in rte_cryptodev_scheduler_option_set() argument 526 if (option_type == CDEV_SCHED_OPTION_NOT_SET || in rte_cryptodev_scheduler_option_set() 527 option_type >= CDEV_SCHED_OPTION_COUNT) { in rte_cryptodev_scheduler_option_set() 546 return (*sched_ctx->ops.option_set)(dev, option_type, option); in rte_cryptodev_scheduler_option_set() 551 enum rte_cryptodev_schedule_option_type option_type, in rte_cryptodev_scheduler_option_get() argument 576 return (*sched_ctx->ops.option_get)(dev, option_type, option); in rte_cryptodev_scheduler_option_get()
|
| H A D | scheduler_pkt_size_distr.c | 356 scheduler_option_set(struct rte_cryptodev *dev, uint32_t option_type, in scheduler_option_set() argument 363 if ((enum rte_cryptodev_schedule_option_type)option_type != in scheduler_option_set() 382 scheduler_option_get(struct rte_cryptodev *dev, uint32_t option_type, in scheduler_option_get() argument 389 if ((enum rte_cryptodev_schedule_option_type)option_type != in scheduler_option_get()
|
| H A D | scheduler_pmd.c | 119 enum rte_cryptodev_schedule_option_type option_type; in cryptodev_scheduler_create() local 162 option_type = CDEV_SCHED_OPTION_THRESHOLD; in cryptodev_scheduler_create() 172 if (sched_ctx->ops.option_set(dev, option_type, in cryptodev_scheduler_create()
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 129 **option_type** must be **CDEV_SCHED_OPTION_THRESHOLD** and **option** should
|