Home
last modified time | relevance | path

Searched defs:mlx4_glue (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h26 struct mlx4_glue { struct
27 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 …]
H A Dmlx4_glue.c242 const struct mlx4_glue *mlx4_glue = &(const struct mlx4_glue){ variable
H A Dmlx4.c53 const struct mlx4_glue *mlx4_glue; variable