Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h134 struct mlx5_glue { struct
135 const char *version;
136 int (*fork_init)(void);
177 struct ibv_qp *(*create_qp_ex)
191 int (*describe_counter_set)
227 struct ibv_cq_ex *(*dv_create_cq)
231 struct ibv_wq *(*dv_create_wq)
241 struct ibv_qp *(*dv_create_qp)
245 void *(*dv_create_flow_matcher)
320 int (*devx_subscribe_devx_event)
[all …]
H A Dmlx5_common_os.c22 const struct mlx5_glue *mlx5_glue; variable
H A Dmlx5_glue.c1306 const struct mlx5_glue *mlx5_glue = &(const struct mlx5_glue) { variable