Searched refs:remove_handle (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb.h | 169 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
| HD | iw_cxgb_provider.c | 167 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in iwch_destroy_cq() 390 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dereg_mr() 728 remove_handle(rhp, &rhp->mmidr, mmid); in iwch_dealloc_mw() 751 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid); in iwch_destroy_qp()
|
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cq.c | 765 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq() 898 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()
|
| HD | mem.c | 704 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw() 809 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
|
| HD | iw_cxgbe.h | 295 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
|
| HD | qp.c | 1632 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()
|