Home
last modified time | relevance | path

Searched refs:remove_handle (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb.h169 static inline void remove_handle(struct iwch_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
HDiw_cxgb_provider.c167 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/
HDcq.c765 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()
HDmem.c704 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dealloc_mw()
809 remove_handle(rhp, &rhp->mmidr, mmid); in c4iw_dereg_mr()
HDiw_cxgbe.h295 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle() function
HDqp.c1632 remove_handle(rhp, &rhp->qpidr, qhp->wq.sq.qid); in c4iw_create_qp()