Searched refs:eal_dev (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_private.h | 19 int mlx5_common_dev_probe(struct rte_device *eal_dev); 20 int mlx5_common_dev_remove(struct rte_device *eal_dev);
|
| H A D | mlx5_common.c | 746 mlx5_common_dev_create(struct rte_device *eal_dev, uint32_t classes, in mlx5_common_dev_create() argument 758 cdev->dev = eal_dev; in mlx5_common_dev_create() 778 ret = mlx5_mr_create_cache(&cdev->mr_scache, eal_dev->numa_node); in mlx5_common_dev_create() 961 mlx5_common_dev_probe(struct rte_device *eal_dev) in mlx5_common_dev_probe() argument 970 DRV_LOG(INFO, "probe device \"%s\".", eal_dev->name); in mlx5_common_dev_probe() 971 if (eal_dev->devargs != NULL && eal_dev->devargs->args != NULL) in mlx5_common_dev_probe() 973 ret = mlx5_kvargs_prepare(mkvlist_p, eal_dev->devargs); in mlx5_common_dev_probe() 976 eal_dev->devargs->args); in mlx5_common_dev_probe() 979 ret = parse_class_options(eal_dev->devargs, mkvlist_p); in mlx5_common_dev_probe() 982 eal_dev->devargs->args); in mlx5_common_dev_probe() [all …]
|
| /dpdk/lib/eal/linux/ |
| H A D | meson.build | 10 'eal_dev.c',
|
| /dpdk/lib/eal/windows/ |
| H A D | meson.build | 10 'eal_dev.c',
|
| /dpdk/lib/eal/freebsd/ |
| H A D | meson.build | 10 'eal_dev.c',
|