Searched refs:query_device (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | mlx5_common_os.c | 153 err = mlx5_glue->query_device(devx_bdf, &mlx5_dev); in mlx5_match_devx_devices_to_addr() 253 if (mlx5_glue->query_device(devx_bdf_dev, &mlx5_ctx->mlx5_dev)) { in mlx5_os_open_device()
|
| H A D | mlx5_glue.h | 84 int (*query_device)(void *device_bdf, void *dev_inf); member
|
| H A D | mlx5_glue.c | 421 .query_device = mlx5_glue_devx_query_device,
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.h | 39 int (*query_device)(struct ibv_context *context, member
|
| H A D | mlx4_glue.c | 254 .query_device = mlx4_glue_query_device,
|
| H A D | mlx4_ethdev.c | 987 if (mlx4_glue->query_device(priv->ctx, &device_attr) == EIO) in mlx4_is_removed()
|
| H A D | mlx4.c | 838 if (mlx4_glue->query_device(attr_ctx, &device_attr)) { in mlx4_pci_probe()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 162 int (*query_device)(struct ibv_context *context, member
|
| H A D | mlx5_glue.c | 1450 .query_device = mlx5_glue_query_device,
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 1032 if (mlx5_glue->query_device(priv->sh->cdev->ctx, &device_attr) == EIO) in mlx5_is_removed()
|