Searched refs:insert_handle (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb.h | 149 static inline int insert_handle(struct iwch_dev *rhp, struct idr *idr, in insert_handle() function
|
| HD | iw_cxgb_mem.c | 88 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in iwch_finish_mem_reg()
|
| HD | iw_cxgb_provider.c | 233 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/ |
| HD | mem.c | 367 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()
|
| HD | iw_cxgbe.h | 316 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() function
|
| HD | cq.c | 978 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
|
| HD | qp.c | 1799 ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid); in c4iw_create_qp()
|