Searched refs:ibmw (Results 1 - 7 of 7) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_provider.h | 90 struct ib_mw ibmw; member in struct:iwch_mw 96 static inline struct iwch_mw *to_iwch_mw(struct ib_mw *ibmw) argument 98 return container_of(ibmw, struct iwch_mw, ibmw);
|
H A D | iwch_provider.c | 765 mhp->ibmw.rkey = stag; 772 return &(mhp->ibmw);
|
/drivers/infiniband/hw/nes/ |
H A D | nes_verbs.h | 75 struct ib_mw ibmw; member in union:nes_mr::__anon1045
|
H A D | nes.h | 484 static inline struct nes_mr *to_nesmw(struct ib_mw *ibmw) argument 486 return container_of(ibmw, struct nes_mr, ibmw);
|
H A D | nes_verbs.c | 65 struct ib_mw *ibmw; local 142 nesmr->ibmw.rkey = stag; 144 ibmw = &nesmr->ibmw; 148 return ibmw; 155 static int nes_dealloc_mw(struct ib_mw *ibmw) argument 157 struct nes_mr *nesmr = to_nesmw(ibmw); 158 struct nes_vnic *nesvnic = to_nesvnic(ibmw->device); 176 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_STAG_IDX, ibmw->rkey); 183 ibmw 207 nes_bind_mw(struct ib_qp *ibqp, struct ib_mw *ibmw, struct ib_mw_bind *ibmw_bind) argument [all...] |
/drivers/infiniband/hw/cxgb4/ |
H A D | iw_cxgb4.h | 282 struct ib_mw ibmw; member in struct:c4iw_mw 288 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) argument 290 return container_of(ibmw, struct c4iw_mw, ibmw);
|
H A D | mem.c | 670 mhp->ibmw.rkey = stag; 677 return &(mhp->ibmw);
|
Completed in 36 milliseconds