Home
last modified time | relevance | path

Searched defs:ibv_mr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h93 struct ibv_mr ibv_mr; member
/freebsd/contrib/ofed/libirdma/
H A Dosdep.h189 struct ibv_mr ibv_mr; member
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h535 struct ibv_mr { struct
536 struct ibv_context *context;
537 struct ibv_pd *pd;
538 void *addr;
539 size_t length;
540 uint32_t handle;
541 uint32_t lkey;
542 uint32_t rkey;
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h392 struct ibv_mr ibv_mr; member