Home
last modified time | relevance | path

Searched refs:destroy_rwq_ind_table (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c355 UAPI_DEF_OBJ_NEEDS_FN(destroy_rwq_ind_table)),
H A Dib_verbs.c1946 err = rwq_ind_table->device->destroy_rwq_ind_table(rwq_ind_table); in ib_destroy_rwq_ind_table()
H A Dib_uverbs_cmd.c4008 UAPI_DEF_METHOD_NEEDS_FN(destroy_rwq_ind_table))),
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1528 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table); member
2249 vctx = verbs_get_ctx_op(rwq_ind_table->context, destroy_rwq_ind_table); in ibv_destroy_rwq_ind_table()
2253 return vctx->destroy_rwq_ind_table(rwq_ind_table); in ibv_destroy_rwq_ind_table()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c935 verbs_set_ctx_op(v_ctx, destroy_rwq_ind_table, mlx5_destroy_rwq_ind_table); in mlx5_init_context()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2385 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table); member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3517 dev->ib_dev.destroy_rwq_ind_table = mlx5_ib_destroy_rwq_ind_table; in mlx5_ib_add()