Lines Matching refs:verbs_ctx
154 struct verbs_context *verbs_ctx = verbs_get_ctx(ibv_ctx); in mlx4_init_context() local
247 verbs_ctx->has_comp_mask = VERBS_CONTEXT_XRCD | VERBS_CONTEXT_SRQ | in mlx4_init_context()
249 verbs_set_ctx_op(verbs_ctx, close_xrcd, mlx4_close_xrcd); in mlx4_init_context()
250 verbs_set_ctx_op(verbs_ctx, open_xrcd, mlx4_open_xrcd); in mlx4_init_context()
251 verbs_set_ctx_op(verbs_ctx, create_srq_ex, mlx4_create_srq_ex); in mlx4_init_context()
252 verbs_set_ctx_op(verbs_ctx, get_srq_num, verbs_get_srq_num); in mlx4_init_context()
253 verbs_set_ctx_op(verbs_ctx, create_qp_ex, mlx4_create_qp_ex); in mlx4_init_context()
254 verbs_set_ctx_op(verbs_ctx, open_qp, mlx4_open_qp); in mlx4_init_context()
255 verbs_set_ctx_op(verbs_ctx, ibv_create_flow, ibv_cmd_create_flow); in mlx4_init_context()
256 verbs_set_ctx_op(verbs_ctx, ibv_destroy_flow, ibv_cmd_destroy_flow); in mlx4_init_context()
257 verbs_set_ctx_op(verbs_ctx, create_cq_ex, mlx4_create_cq_ex); in mlx4_init_context()
258 verbs_set_ctx_op(verbs_ctx, query_device_ex, mlx4_query_device_ex); in mlx4_init_context()
259 verbs_set_ctx_op(verbs_ctx, query_rt_values, mlx4_query_rt_values); in mlx4_init_context()