Searched refs:ibv_mr (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h67 static inline struct ibv_mr *
73 static inline struct ibv_mr *
80 static inline struct ibv_mr *
88 rdma_dereg_mr(struct ibv_mr *mr)
172 size_t length, struct ibv_mr *mr)
187 size_t length, struct ibv_mr *mr, int flags)
200 size_t length, struct ibv_mr *mr, int flags,
214 size_t length, struct ibv_mr *mr, int flags,
228 size_t length, struct ibv_mr *mr, int flags,
H A Drsocket.c193 struct ibv_mr *mr;
289 struct ibv_mr *smr;
290 struct ibv_mr *rmr;
323 struct ibv_mr *target_mr;
334 struct ibv_mr *rmr;
338 struct ibv_mr *smr;
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h93 struct ibv_mr ibv_mr; member in struct:c4iw_mr
151 static inline struct c4iw_mr *to_c4iw_mr(struct ibv_mr *ibmr)
182 struct ibv_mr *c4iw_reg_mr(struct ibv_pd *pd, void *addr,
184 int c4iw_dereg_mr(struct ibv_mr *mr);
H A Dverbs.c110 static struct ibv_mr *__c4iw_reg_mr(struct ibv_pd *pd, void *addr,
124 access, &mhp->ibv_mr, &cmd, sizeof cmd,
134 __func__, mhp->ibv_mr.rkey, mhp->va_fbo, mhp->len);
137 dev->mmid2ptr[c4iw_mmid(mhp->ibv_mr.lkey)] = mhp;
140 return &mhp->ibv_mr;
143 struct ibv_mr *c4iw_reg_mr(struct ibv_pd *pd, void *addr,
150 int c4iw_dereg_mr(struct ibv_mr *mr)
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.h392 struct ibv_mr ibv_mr; member in struct:mlx5_mr
519 static inline struct mlx5_mr *to_mmr(struct ibv_mr *ibmr)
584 struct ibv_mr *mlx5_reg_mr(struct ibv_pd *pd, void *addr,
586 int mlx5_rereg_mr(struct ibv_mr *mr, int flags, struct ibv_pd *pd, void *addr,
588 int mlx5_dereg_mr(struct ibv_mr *mr);
H A Dverbs.c166 struct ibv_mr *mlx5_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
180 &(mr->ibv_mr), &cmd, sizeof(cmd), &resp,
189 return &mr->ibv_mr;
192 int mlx5_rereg_mr(struct ibv_mr *ibmr, int flags, struct ibv_pd *pd, void *addr,
206 int mlx5_dereg_mr(struct ibv_mr *ibmr)
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Ddriver.h170 struct ibv_mr *mr, struct ibv_reg_mr *cmd,
173 int ibv_cmd_rereg_mr(struct ibv_mr *mr, uint32_t flags, void *addr,
178 int ibv_cmd_dereg_mr(struct ibv_mr *mr);
H A Dverbs.c69 struct ibv_mr *__ibv_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
71 int __ibv_rereg_mr(struct ibv_mr *mr, int flags, struct ibv_pd *pd, void *addr,
73 int __ibv_dereg_mr(struct ibv_mr *mr);
276 struct ibv_mr *__ibv_reg_mr(struct ibv_pd *pd, void *addr,
279 struct ibv_mr *mr;
297 int __ibv_rereg_mr(struct ibv_mr *mr, int flags,
359 int __ibv_dereg_mr(struct ibv_mr *mr)
H A Dverbs.h500 struct ibv_mr *mr;
535 struct ibv_mr { struct
1411 struct ibv_mr * (*reg_mr)(struct ibv_pd *pd, void *addr, size_t length,
1413 int (*rereg_mr)(struct ibv_mr *mr,
1418 int (*dereg_mr)(struct ibv_mr *mr);
1738 struct ibv_mr *ibv_reg_mr(struct ibv_pd *pd, void *addr,
1758 int ibv_rereg_mr(struct ibv_mr *mr, int flags,
1764 int ibv_dereg_mr(struct ibv_mr *mr);
H A Dcompat-1_0.c57 struct ibv_mr *real_mr;
172 struct ibv_mr * (*reg_mr)(struct ibv_pd *pd, void *addr, size_t length,
174 int (*dereg_mr)(struct ibv_mr *mr);
703 struct ibv_mr *real_mr;
H A Dcmd.c360 struct ibv_mr *mr, struct ibv_reg_mr *cmd,
386 int ibv_cmd_rereg_mr(struct ibv_mr *mr, uint32_t flags, void *addr,
415 int ibv_cmd_dereg_mr(struct ibv_mr *mr)
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c43 static struct ibv_mr *mr, *send_mr;
H A Drdma_server.c42 static struct ibv_mr *mr, *send_mr;
H A Drdma_xclient.c45 static struct ibv_mr *mr;
H A Drdma_xserver.c44 static struct ibv_mr *mr;
H A Drping.c122 struct ibv_mr *recv_mr; /* MR associated with this buffer */
127 struct ibv_mr *send_mr;
132 struct ibv_mr *rdma_mr;
139 struct ibv_mr *start_mr;
619 static void rping_format_send(struct rping_cb *cb, char *buf, struct ibv_mr *mr)
H A Dmckey.c55 struct ibv_mr *mr;
H A Dcmatose.c53 struct ibv_mr *mr;
H A Dudaddy.c53 struct ibv_mr *mr;
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.h373 struct ibv_mr *mlx4_reg_mr(struct ibv_pd *pd, void *addr,
375 int mlx4_rereg_mr(struct ibv_mr *mr, int flags, struct ibv_pd *pd,
377 int mlx4_dereg_mr(struct ibv_mr *mr);
H A Dverbs.c263 struct ibv_mr *mlx4_reg_mr(struct ibv_pd *pd, void *addr, size_t length,
266 struct ibv_mr *mr;
286 int mlx4_rereg_mr(struct ibv_mr *mr,
304 int mlx4_dereg_mr(struct ibv_mr *mr)
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c58 struct ibv_mr * mr;
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c61 struct ibv_mr *mr;
H A Dud_pingpong.c61 struct ibv_mr *mr;
H A Drc_pingpong.c66 struct ibv_mr *mr;

Completed in 127 milliseconds

12