Home
last modified time | relevance | path

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

/Linux-v4.19/include/rdma/
Duverbs_types.h99 void (*remove_handle)(struct ib_uobject *uobj); member
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch.h168 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
Diwch_provider.c101 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in iwch_destroy_cq()
433 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dereg_mr()
672 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dealloc_mw()
773 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid); in iwch_destroy_qp()
/Linux-v4.19/drivers/infiniband/core/
Drdma_core.c168 uobj->uapi_object->type_class->remove_handle(uobj); in uverbs_destroy_uobject()
755 .remove_handle = remove_handle_idr_uobject,
956 .remove_handle = remove_handle_fd_uobject,
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcm.c559 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in act_open_req_arp_failure()
1202 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, atid); in act_establish()
2201 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in c4iw_reconnect()
2284 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, in act_open_rpl()
2322 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, atid); in act_open_rpl()
2875 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort()
3355 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in c4iw_connect()
3489 remove_handle(ep->com.dev, &ep->com.dev->stid_idr, ep->stid); in c4iw_create_listen()
3528 remove_handle(ep->com.dev, &ep->com.dev->stid_idr, ep->stid); in c4iw_destroy_listen()
3689 remove_handle(dev, &dev->atid_idr, atid); in active_ofld_conn_reply()
Dmem.c682 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw()
806 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
Dcq.c979 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq()
1146 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()
Dqp.c2107 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_destroy_qp()
2368 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()
2811 remove_handle(rhp, &rhp->qpidr, srq->wq.qid); in c4iw_create_srq()
2838 remove_handle(rhp, &rhp->qpidr, srq->wq.qid); in c4iw_destroy_srq()
Diw_cxgb4.h407 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function