Home
last modified time | relevance | path

Searched refs:insert_handle (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb.h149 static inline int insert_handle(struct iwch_dev *rhp, struct idr *idr, in insert_handle() function
HDiw_cxgb_mem.c88 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in iwch_finish_mem_reg()
HDiw_cxgb_provider.c233 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) { in iwch_create_cq()
709 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in iwch_alloc_mw()
859 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) { in iwch_create_qp()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDmem.c367 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in finish_mem_reg()
580 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mw()
656 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mr()
HDiw_cxgbe.h316 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() function
HDcq.c978 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
HDqp.c1799 ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid); in c4iw_create_qp()