Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_glue.h82 void *(*open_device)(void *device); member
H A Dmlx5_common_os.c247 mlx5_ctx = mlx5_glue->open_device(devx_bdf_dev); in mlx5_os_open_device()
H A Dmlx5_glue.c419 .open_device = mlx5_glue_devx_open_device,
/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h36 struct ibv_context *(*open_device)(struct ibv_device *device); member
H A Dmlx4_glue.c251 .open_device = mlx4_glue_open_device,
H A Dmlx4.c816 attr_ctx = mlx4_glue->open_device(list[i]); in mlx4_pci_probe()
872 ctx = mlx4_glue->open_device(ibv_dev); in mlx4_pci_probe()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h159 struct ibv_context *(*open_device)(struct ibv_device *device); member
H A Dmlx5_common_os.c802 ctx = mlx5_glue->open_device(ibv); in mlx5_open_device()
H A Dmlx5_glue.c1447 .open_device = mlx5_glue_open_device,