Searched refs:remove_handle (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | uverbs_types.h | 99 void (*remove_handle)(struct ib_uobject *uobj); member
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 168 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
D | iwch_provider.c | 101 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/ |
D | rdma_core.c | 168 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/ |
D | cm.c | 559 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()
|
D | mem.c | 682 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw() 806 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
|
D | cq.c | 979 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()
|
D | qp.c | 2107 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()
|
D | iw_cxgb4.h | 407 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|