Home
last modified time | relevance | path

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

/linux-4.1.27/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.c196 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) { in iwch_create_cq()
765 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in iwch_alloc_mw()
820 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) in iwch_alloc_fast_reg_mr()
987 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) { in iwch_create_qp()
/linux-4.1.27/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()
888 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) { in c4iw_alloc_fast_reg_mr()
Dcm.c1075 insert_handle(dev, &dev->hwtid_idr, ep, ep->hwtid); in act_establish()
1979 insert_handle(ep->com.dev, &ep->com.dev->atid_idr, ep, ep->atid); in c4iw_reconnect()
2436 insert_handle(dev, &dev->hwtid_idr, child_ep, child_ep->hwtid); in pass_accept_req()
3046 insert_handle(dev, &dev->atid_idr, ep, ep->atid); in c4iw_connect()
3269 insert_handle(dev, &dev->stid_idr, ep, ep->stid); in c4iw_create_listen()
Diw_cxgb4.h316 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle() function
Dcq.c941 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
Dqp.c1700 ret = insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.sq.qid); in c4iw_create_qp()