Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_mem.c52 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in iwch_finish_mem_reg()
Diwch.h152 static inline int insert_handle(struct iwch_dev *rhp, struct idr *idr, in insert_handle() function
Diwch_provider.c170 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) { in iwch_create_cq()
653 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in iwch_alloc_mw()
718 ret = insert_handle(rhp, &rhp->mmidr, mhp, mmid); in iwch_alloc_mr()
888 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) { in iwch_create_qp()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dmem.c398 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in finish_mem_reg()
654 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mw()
749 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mr()
Diw_cxgb4.h385 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() function
Dcq.c1091 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
Dcm.c2150 insert_handle(ep->com.dev, &ep->com.dev->atid_idr, ep, ep->atid); in c4iw_reconnect()
3267 insert_handle(dev, &dev->atid_idr, ep, ep->atid); in c4iw_connect()
3478 insert_handle(dev, &dev->stid_idr, ep, ep->stid); in c4iw_create_listen()
Dqp.c2231 ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid); in c4iw_create_qp()
2759 ret = insert_handle(rhp, &rhp->qpidr, srq, srq->wq.qid); in c4iw_create_srq()