Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c959 struct mlx5_kvargs_ctrl *mkvlist_p = NULL; in mlx5_common_dev_probe() local
966 mkvlist_p = &mkvlist; in mlx5_common_dev_probe()
967 ret = mlx5_kvargs_prepare(mkvlist_p, eal_dev->devargs); in mlx5_common_dev_probe()
973 ret = parse_class_options(eal_dev->devargs, mkvlist_p); in mlx5_common_dev_probe()
996 cdev = mlx5_common_dev_create(eal_dev, classes, mkvlist_p); in mlx5_common_dev_probe()
1004 ret = mlx5_common_probe_again_args_validate(cdev, mkvlist_p); in mlx5_common_dev_probe()
1022 ret = drivers_probe(cdev, classes, mkvlist_p); in mlx5_common_dev_probe()
1030 ret = mlx5_kvargs_validate(mkvlist_p); in mlx5_common_dev_probe()
1033 mlx5_kvargs_release(mkvlist_p); in mlx5_common_dev_probe()
1045 mlx5_kvargs_release(mkvlist_p); in mlx5_common_dev_probe()