Searched defs:ibv_context_ops (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.h | 1404 struct ibv_context_ops { struct 1405 int (*query_device)(struct ibv_context *context, 1407 int (*query_port)(struct ibv_context *context, uint8_t port_num, 1409 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); 1410 int (*dealloc_pd)(struct ibv_pd *pd); 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); 1419 struct ibv_mw * (*alloc_mw)(struct ibv_pd *pd, enum ibv_mw_type type); 1420 int (*bind_mw)(struct ibv_qp *qp, struct ibv_mw *mw, [all …]
|