Searched refs:remove_handle (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 169 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
D | iwch_provider.c | 132 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in iwch_destroy_cq() 462 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dereg_mr() 784 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dealloc_mw() 872 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid); in iwch_destroy_qp()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 301 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in _c4iw_free_ep() 445 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in act_open_req_arp_failure() 1083 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, atid); in act_establish() 2023 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in c4iw_reconnect() 2094 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, in act_open_rpl() 2124 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, atid); in act_open_rpl() 2675 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort() 3159 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in c4iw_connect() 3346 remove_handle(ep->com.dev, &ep->com.dev->stid_idr, ep->stid); in c4iw_destroy_listen() 3464 remove_handle(dev, &dev->atid_idr, atid); in active_ofld_conn_reply()
|
D | cq.c | 857 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq() 987 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()
|
D | mem.c | 849 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw() 966 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
|
D | iw_cxgb4.h | 338 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
D | qp.c | 1588 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_destroy_qp() 1804 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()
|