Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h307 IB_UVERBS_DECLARE_EX_CMD(destroy_rwq_ind_table);
Dib_verbs.c1749 err = rwq_ind_table->device->destroy_rwq_ind_table(rwq_ind_table); in ib_destroy_rwq_ind_table()
/freebsd-12-stable/contrib/ofed/libibverbs/
Dverbs.h1528 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table); member
2252 vctx = verbs_get_ctx_op(rwq_ind_table->context, destroy_rwq_ind_table); in ibv_destroy_rwq_ind_table()
2256 return vctx->destroy_rwq_ind_table(rwq_ind_table); in ibv_destroy_rwq_ind_table()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.c918 verbs_set_ctx_op(v_ctx, destroy_rwq_ind_table, mlx5_destroy_rwq_ind_table); in mlx5_init_context()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h2084 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table); member
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c3254 dev->ib_dev.destroy_rwq_ind_table = mlx5_ib_destroy_rwq_ind_table; in mlx5_ib_add()