Home
last modified time | relevance | path

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

/f-stack/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.c812 attr_ctx = mlx4_glue->open_device(list[i]); in mlx4_pci_probe()
868 ctx = mlx4_glue->open_device(ibv_dev); in mlx4_pci_probe()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h141 struct ibv_context *(*open_device)(struct ibv_device *device); member
H A Dmlx5_glue.c1313 .open_device = mlx5_glue_open_device,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c2315 sh->ctx = mlx5_glue->open_device(spawn->phys_dev); in mlx5_os_open_device()