Lines Matching refs:ibmw
2552 if (iwmr->ibmw.type == IB_MW_TYPE_1)
2571 * @ibmw: Memory Window
2574 static int irdma_alloc_mw(struct ib_mw *ibmw, struct ib_udata *udata)
2576 struct irdma_device *iwdev = to_iwdev(ibmw->device);
2577 struct irdma_mr *iwmr = to_iwmw(ibmw);
2586 ibmw->rkey = stag;
2599 * @ibmw: memory window structure.
2601 static int irdma_dealloc_mw(struct ib_mw *ibmw)
2603 struct ib_pd *ibpd = ibmw->pd;
2605 struct irdma_mr *iwmr = to_iwmr((struct ib_mr *)ibmw);
2606 struct irdma_device *iwdev = to_iwdev(ibmw->device);
2619 info->stag_idx = ibmw->rkey >> IRDMA_CQPSQ_STAG_IDX_S;
4606 INIT_RDMA_OBJ_SIZE(ib_mw, irdma_mr, ibmw),