Home
last modified time | relevance | path

Searched refs:ib_bind_mw_wr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/rdma/
Dib_verbs.h1150 struct ib_bind_mw_wr { struct
1158 static inline struct ib_bind_mw_wr *bind_mw_wr(struct ib_send_wr *wr) in bind_mw_wr() argument
1160 return container_of(wr, struct ib_bind_mw_wr, wr); in bind_mw_wr()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmr.c372 struct ib_bind_mw_wr wr; in mlx4_ib_bind_mw()
Dqp.c2532 struct ib_bind_mw_wr *wr) in set_bind_seg()