Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_std_types_qp.c34 ret = ib_destroy_qp_user(qp, &attrs->driver_udata); in uverbs_free_qp()
H A Dverbs.c1920 int ib_destroy_qp_user(struct ib_qp *qp, struct ib_udata *udata) in ib_destroy_qp_user() function
1978 EXPORT_SYMBOL(ib_destroy_qp_user);
H A Duverbs_cmd.c1472 ib_destroy_qp_user(qp, uverbs_get_cleared_udata(attrs)); in create_qp()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h3711 int ib_destroy_qp_user(struct ib_qp *qp, struct ib_udata *udata);
3721 return ib_destroy_qp_user(qp, NULL); in ib_destroy_qp()