Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch.h152 static inline int insert_handle(struct iwch_dev *rhp, struct idr *idr, in insert_handle() function
Diwch_mem.c52 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in iwch_finish_mem_reg()
Diwch_provider.c205 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) { in iwch_create_cq()
779 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in iwch_alloc_mw()
846 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) in iwch_alloc_mr()
1016 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) { in iwch_create_qp()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dmem.c369 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid); in finish_mem_reg()
831 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mw()
903 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_mr()
Dcm.c1128 insert_handle(dev, &dev->hwtid_idr, ep, ep->hwtid); in act_establish()
2038 insert_handle(ep->com.dev, &ep->com.dev->atid_idr, ep, ep->atid); in c4iw_reconnect()
2521 insert_handle(dev, &dev->hwtid_idr, child_ep, child_ep->hwtid); in pass_accept_req()
3145 insert_handle(dev, &dev->atid_idr, ep, ep->atid); in c4iw_connect()
3376 insert_handle(dev, &dev->stid_idr, ep, ep->stid); in c4iw_create_listen()
Diw_cxgb4.h314 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() function
Dcq.c944 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
Dqp.c1713 ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid); in c4iw_create_qp()