Home
last modified time | relevance | path

Searched refs:mlx5_create_qp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h190 struct mlx5_create_qp { struct
H A Dmlx5.h626 struct ibv_qp *mlx5_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr);
H A Dverbs.c1203 struct mlx5_create_qp *cmd, in mlx5_cmd_create_qp_ex()
1248 struct mlx5_create_qp cmd; in create_qp()
1434 struct ibv_qp *mlx5_create_qp(struct ibv_pd *pd, in mlx5_create_qp() function
H A Dmlx5.c119 .create_qp = mlx5_create_qp,