Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx.c54 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 Drte_devargs.h41 #define RTE_DEVARGS_KEY_CLASS "class" macro
/dpdk/drivers/net/sfc/
H A Dsfc_kvargs.c33 RTE_DEVARGS_KEY_CLASS, in sfc_kvargs_parse()
/dpdk/lib/eal/common/
H A Deal_common_devargs.c63 { 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 Dmlx5_common.c262 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 Dsfc_vdpa.c212 RTE_DEVARGS_KEY_CLASS, in sfc_vdpa_kvargs_parse()