Searched refs:remove_handle (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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 | 136 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in iwch_destroy_cq() 472 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dereg_mr() 798 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dealloc_mw() 901 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid); in iwch_destroy_qp()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 312 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in _c4iw_free_ep() 462 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in act_open_req_arp_failure() 1136 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, atid); in act_establish() 2083 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in c4iw_reconnect() 2163 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, in act_open_rpl() 2199 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, atid); in act_open_rpl() 2774 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort() 3259 remove_handle(ep->com.dev, &ep->com.dev->atid_idr, ep->atid); in c4iw_connect() 3457 remove_handle(ep->com.dev, &ep->com.dev->stid_idr, ep->stid); in c4iw_destroy_listen() 3581 remove_handle(dev, &dev->atid_idr, atid); in active_ofld_conn_reply()
|
D | cq.c | 855 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq() 990 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() 962 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
|
D | iw_cxgb4.h | 336 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
D | qp.c | 1601 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_destroy_qp() 1817 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()
|