Home
last modified time | relevance | path

Searched refs:eal_dev (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c752 cdev->dev = eal_dev; in mlx5_common_dev_create()
955 mlx5_common_dev_probe(struct rte_device *eal_dev) in mlx5_common_dev_probe() argument
964 DRV_LOG(INFO, "probe device \"%s\".", eal_dev->name); in mlx5_common_dev_probe()
965 if (eal_dev->devargs != NULL) in mlx5_common_dev_probe()
967 ret = mlx5_kvargs_prepare(mkvlist_p, eal_dev->devargs); in mlx5_common_dev_probe()
970 eal_dev->devargs->args); in mlx5_common_dev_probe()
973 ret = parse_class_options(eal_dev->devargs, mkvlist_p); in mlx5_common_dev_probe()
976 eal_dev->devargs->args); in mlx5_common_dev_probe()
993 cdev = to_mlx5_device(eal_dev); in mlx5_common_dev_probe()
1050 mlx5_common_dev_remove(struct rte_device *eal_dev) in mlx5_common_dev_remove() argument
[all …]
H A Dmlx5_common_private.h19 int mlx5_common_dev_probe(struct rte_device *eal_dev);
20 int mlx5_common_dev_remove(struct rte_device *eal_dev);
/dpdk/lib/eal/linux/
H A Dmeson.build11 'eal_dev.c',
/dpdk/lib/eal/freebsd/
H A Dmeson.build11 'eal_dev.c',
/dpdk/lib/eal/windows/
H A Dmeson.build10 'eal_dev.c',