Searched refs:option_type (Results 1 – 13 of 13) sorted by relevance
| /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()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 1818 uint8_t option_type; member 1827 .option_type = 0xff,
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 129 **option_type** must be **CDEV_SCHED_OPTION_THRESHOLD** and **option** should
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 3331 .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 D | mlx5.h | 609 uint8_t option_type; /* geneve tlv opt type.*/ member
|
| H A D | mlx5_flow_dv.c | 9410 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 D | mlx5_prm.h | 2907 u8 option_type[0x8]; member
|
| H A D | mlx5_devx_cmds.c | 2613 MLX5_SET(geneve_tlv_option, opt, option_type, type); in mlx5_devx_cmd_create_geneve_tlv_option()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 4686 option_type)),
|