|
libmooshika
|
#include <mooshika.h>
Data Fields | |
| struct ibv_context * | context |
| struct ibv_pd * | pd |
| struct ibv_srq * | srq |
| struct msk_ctx * | rctx |
| void * | private |
| uint32_t | refcnt |
| uint32_t | used |
| struct ibv_context* msk_pd::context |
Referenced by msk_getpd().
| struct ibv_pd* msk_pd::pd |
Referenced by msk_reg_mr(), and setup_recv().
| void* msk_pd::private |
Referenced by setup_recv().
| struct msk_ctx* msk_pd::rctx |
| uint32_t msk_pd::refcnt |
| struct ibv_srq* msk_pd::srq |
| uint32_t msk_pd::used |
Referenced by msk_getpd(), and msk_reg_mr().
1.8.10