Searched refs:remove_handle (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 171 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() 461 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dereg_mr() 785 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dealloc_mw() 873 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid); in iwch_destroy_qp()
|
/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 738 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq() 870 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()
|
D | mem.c | 690 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw() 797 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
|
D | iw_cxgb4.h | 232 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
D | qp.c | 1372 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_destroy_qp() 1571 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()
|