Searched refs:remove_handle (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_types.h | 105 void (*remove_handle)(struct ib_uobject *uobj); member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_rdma_core.c | 163 uobj->uapi_object->type_class->remove_handle(uobj); in uverbs_destroy_uobject() 729 .remove_handle = remove_handle_idr_uobject, 881 .remove_handle = remove_handle_fd_uobject,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | mem.c | 601 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw() 715 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
|
H A D | cq.c | 894 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq() 1022 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()
|
H A D | iw_cxgbe.h | 346 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
H A D | qp.c | 1701 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_destroy_qp() 1906 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()
|