Home
last modified time | relevance | path

Searched refs:remove_handle (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Duverbs_types.h105 void (*remove_handle)(struct ib_uobject *uobj); member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_rdma_core.c163 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 Dmem.c601 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw()
715 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
H A Dcq.c894 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 Diw_cxgbe.h346 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
H A Dqp.c1701 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()