Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.c225 struct devx_device_bdf *devx_bdf_dev = NULL; in mlx5_os_open_device() local
243 devx_bdf_dev = mlx5_os_get_devx_device(cdev->dev, devx_list, n); in mlx5_os_open_device()
244 if (devx_bdf_dev == NULL) in mlx5_os_open_device()
247 mlx5_ctx = mlx5_glue->open_device(devx_bdf_dev); in mlx5_os_open_device()
253 if (mlx5_glue->query_device(devx_bdf_dev, &mlx5_ctx->mlx5_dev)) { in mlx5_os_open_device()