Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler_operations.h30 uint32_t option_type,
35 uint32_t option_type,
H A Drte_cryptodev_scheduler.h233 enum rte_cryptodev_schedule_option_type option_type,
252 enum rte_cryptodev_schedule_option_type option_type,
H A Drte_cryptodev_scheduler.c520 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 Dscheduler_pkt_size_distr.c356 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 Dscheduler_pmd.c119 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()
/dpdk/lib/ethdev/
H A Drte_flow.h1818 uint8_t option_type; member
1827 .option_type = 0xff,
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst129 **option_type** must be **CDEV_SCHED_OPTION_THRESHOLD** and **option** should
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c3331 .option_type = 0xff, in mlx5_flow_validate_item_geneve_opt()
3347 full_mask.option_type != mask->option_type || in mlx5_flow_validate_item_geneve_opt()
3422 geneve_opt_resource->option_type != spec->option_type || in mlx5_flow_validate_item_geneve_opt()
H A Dmlx5.h609 uint8_t option_type; /* geneve tlv opt type.*/ member
H A Dmlx5_flow_dv.c9410 geneve_opt_resource->option_type == in flow_dev_geneve_tlv_option_resource_register()
9411 geneve_opt_v->option_type && in flow_dev_geneve_tlv_option_resource_register()
9427 geneve_opt_v->option_type, in flow_dev_geneve_tlv_option_resource_register()
9449 geneve_opt_resource->option_type = geneve_opt_v->option_type; in flow_dev_geneve_tlv_option_resource_register()
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h2907 u8 option_type[0x8]; member
H A Dmlx5_devx_cmds.c2613 MLX5_SET(geneve_tlv_option, opt, option_type, type); in mlx5_devx_cmd_create_geneve_tlv_option()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c4686 option_type)),