Searched refs:destroy_rwq_ind_table (Results 1 – 6 of 6) sorted by relevance
307 IB_UVERBS_DECLARE_EX_CMD(destroy_rwq_ind_table);
1749 err = rwq_ind_table->device->destroy_rwq_ind_table(rwq_ind_table); in ib_destroy_rwq_ind_table()
1528 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table); member2252 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()
918 verbs_set_ctx_op(v_ctx, destroy_rwq_ind_table, mlx5_destroy_rwq_ind_table); in mlx5_init_context()
2084 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table); member
3254 dev->ib_dev.destroy_rwq_ind_table = mlx5_ib_destroy_rwq_ind_table; in mlx5_ib_add()