Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c1066 mlx5_ib_destroy_qp(dev->umrc.qp); in destroy_umrc_res()
1171 mlx5_ib_destroy_qp(qp); in create_umr_res()
1412 dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp; in mlx5_ib_add()
Dmlx5_ib.h531 int mlx5_ib_destroy_qp(struct ib_qp *qp);
Dqp.c1299 int mlx5_ib_destroy_qp(struct ib_qp *qp) in mlx5_ib_destroy_qp() function