Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dsrq.c386 void mlx5_ib_destroy_srq(struct ib_srq *srq, struct ib_udata *udata) in mlx5_ib_destroy_srq() function
Dmlx5_ib.h1114 void mlx5_ib_destroy_srq(struct ib_srq *srq, struct ib_udata *udata);
Dmain.c5053 mlx5_ib_destroy_srq(devr->s0, NULL); in create_dev_resources()
5075 mlx5_ib_destroy_srq(devr->s1, NULL); in destroy_dev_resources()
5077 mlx5_ib_destroy_srq(devr->s0, NULL); in destroy_dev_resources()
6267 .destroy_srq = mlx5_ib_destroy_srq,