Lines Matching refs:v_ctx
771 struct verbs_context *v_ctx; in mlx5_init_context() local
779 v_ctx = verbs_get_ctx(ctx); in mlx5_init_context()
921 verbs_set_ctx_op(v_ctx, create_qp_ex, mlx5_create_qp_ex); in mlx5_init_context()
922 verbs_set_ctx_op(v_ctx, open_xrcd, mlx5_open_xrcd); in mlx5_init_context()
923 verbs_set_ctx_op(v_ctx, close_xrcd, mlx5_close_xrcd); in mlx5_init_context()
924 verbs_set_ctx_op(v_ctx, create_srq_ex, mlx5_create_srq_ex); in mlx5_init_context()
925 verbs_set_ctx_op(v_ctx, get_srq_num, mlx5_get_srq_num); in mlx5_init_context()
926 verbs_set_ctx_op(v_ctx, query_device_ex, mlx5_query_device_ex); in mlx5_init_context()
927 verbs_set_ctx_op(v_ctx, query_rt_values, mlx5_query_rt_values); in mlx5_init_context()
928 verbs_set_ctx_op(v_ctx, ibv_create_flow, ibv_cmd_create_flow); in mlx5_init_context()
929 verbs_set_ctx_op(v_ctx, ibv_destroy_flow, ibv_cmd_destroy_flow); in mlx5_init_context()
930 verbs_set_ctx_op(v_ctx, create_cq_ex, mlx5_create_cq_ex); in mlx5_init_context()
931 verbs_set_ctx_op(v_ctx, create_wq, mlx5_create_wq); in mlx5_init_context()
932 verbs_set_ctx_op(v_ctx, modify_wq, mlx5_modify_wq); in mlx5_init_context()
933 verbs_set_ctx_op(v_ctx, destroy_wq, mlx5_destroy_wq); in mlx5_init_context()
934 verbs_set_ctx_op(v_ctx, create_rwq_ind_table, mlx5_create_rwq_ind_table); in mlx5_init_context()
935 verbs_set_ctx_op(v_ctx, destroy_rwq_ind_table, mlx5_destroy_rwq_ind_table); in mlx5_init_context()