Searched refs:insert_handle (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | mem.c | 369 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in finish_mem_reg() 582 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mw() 660 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mr()
|
H A D | iw_cxgbe.h | 324 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() function
|
H A D | cq.c | 973 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
|
H A D | qp.c | 1809 ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid); in c4iw_create_qp()
|