Searched defs:mw_bind (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c530 struct ib_mw_bind *mw_bind)
562 PDBG("%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p\n", __func__, idx,
563 mw, mw_bind);
567 if (mw_bind->send_flags & IB_SEND_SIGNALED)
570 sgl.addr = mw_bind->addr;
571 sgl.lkey = mw_bind->mr->lkey;
572 sgl.length = mw_bind->length;
577 wqe->bind.perms = iwch_ib_to_tpt_bind_access(mw_bind->mw_access_flags);
578 wqe->bind.mr_stag = cpu_to_be32(mw_bind->mr->lkey);
580 wqe->bind.mw_len = cpu_to_be32(mw_bind
528 iwch_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
[all...]
/drivers/infiniband/hw/cxgb4/
H A Dqp.c757 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c733 struct ib_mw_bind *mw_bind)
731 ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h1079 struct c2wr_mw_bind_req mw_bind; member in union:c2wr_sqwr

Completed in 74 milliseconds