Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c165 struct ibv_context_ops_1_0 { struct
166 int (*query_device)(struct ibv_context *context,
168 int (*query_port)(struct ibv_context *context, uint8_t port_num,
170 struct ibv_pd * (*alloc_pd)(struct ibv_context *context);
171 int (*dealloc_pd)(struct ibv_pd *pd);
172 struct ibv_mr * (*reg_mr)(struct ibv_pd *pd, void *addr, size_t length,
174 int (*dereg_mr)(struct ibv_mr *mr);
175 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe,
178 int (*poll_cq)(struct ibv_cq_1_0 *cq, int num_entries,
180 int (*req_notify_cq)(struct ibv_cq_1_0 *cq,
[all …]