Lines Matching refs:ibv_context
85 +struct ibv_context *ibv_open_device(struct ibv_device *device);
86 +int ibv_close_device(struct ibv_context *context);
90 +int ibv_query_device(struct ibv_context *context,
92 +int ibv_query_port(struct ibv_context *context, uint8_t port_num,
94 +int ibv_query_pkey(struct ibv_context *context, uint8_t port_num,
96 +int ibv_query_gid(struct ibv_context *context, uint8_t port_num,
101 +int ibv_get_async_event(struct ibv_context *context,
107 +struct ibv_pd *ibv_alloc_pd(struct ibv_context *context);
119 +int ibv_init_ah_from_wc(struct ibv_context *context, uint8_t port_num,
128 +struct ibv_comp_channel *ibv_create_comp_channel(struct ibv_context *context);
133 +struct ibv_cq *ibv_create_cq(struct ibv_context *context, int cqe,