Searched refs:RTE_DEVARGS_KEY_CLASS (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx.c | 54 if (rte_kvargs_count(kvargs, RTE_DEVARGS_KEY_CLASS) != 0) { in sfc_efx_dev_class_get() 55 rte_kvargs_process(kvargs, RTE_DEVARGS_KEY_CLASS, in sfc_efx_dev_class_get()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_devargs.h | 41 #define RTE_DEVARGS_KEY_CLASS "class" macro
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_kvargs.c | 33 RTE_DEVARGS_KEY_CLASS, in sfc_kvargs_parse()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_devargs.c | 63 { RTE_DEVARGS_KEY_CLASS "=", NULL, NULL, }, in rte_devargs_layers_parse() 140 } else if (strcmp(kv->key, RTE_DEVARGS_KEY_CLASS) == 0) { in rte_devargs_layers_parse()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 262 strcmp(RTE_DEVARGS_KEY_CLASS, key) == 0) in mlx5_common_args_check_handler() 316 RTE_DEVARGS_KEY_CLASS, in mlx5_common_config_get() 409 rte_kvargs_process(mkvlist->kvlist, RTE_DEVARGS_KEY_CLASS, in parse_class_options()
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa.c | 212 RTE_DEVARGS_KEY_CLASS, in sfc_vdpa_kvargs_parse()
|