Searched refs:open_device (Results 1 – 6 of 6) sorted by relevance
36 struct ibv_context *(*open_device)(struct ibv_device *device); member
251 .open_device = mlx4_glue_open_device,
812 attr_ctx = mlx4_glue->open_device(list[i]); in mlx4_pci_probe()868 ctx = mlx4_glue->open_device(ibv_dev); in mlx4_pci_probe()
141 struct ibv_context *(*open_device)(struct ibv_device *device); member
1313 .open_device = mlx5_glue_open_device,
2315 sh->ctx = mlx5_glue->open_device(spawn->phys_dev); in mlx5_os_open_device()