Searched refs:verbs_ctx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 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() [all …]
|