Home
last modified time | relevance | path

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

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h294 struct ibv_context *(*dv_open_device)(struct ibv_device *device); member
H A Dmlx5_common_os.c797 ctx = mlx5_glue->dv_open_device(ibv); in mlx5_open_device()
H A Dmlx5_glue.c1529 .dv_open_device = mlx5_glue_dv_open_device,