Searched defs:mlx4_glue (Results 1 – 3 of 3) sorted by relevance
26 struct mlx4_glue { struct27 const char *version;28 int (*fork_init)(void);33 int (*dealloc_pd)(struct ibv_pd *pd);37 int (*close_device)(struct ibv_context *context);39 int (*query_device)(struct ibv_context *context,47 struct ibv_comp_channel *(*create_comp_channel)54 int (*destroy_cq)(struct ibv_cq *cq);60 int (*destroy_flow)(struct ibv_flow *flow_id);61 struct ibv_qp *(*create_qp)(struct ibv_pd *pd,[all …]
242 const struct mlx4_glue *mlx4_glue = &(const struct mlx4_glue){ variable
53 const struct mlx4_glue *mlx4_glue; variable