Searched refs:destroy_rwq_ind_table (Results 1 – 7 of 7) sorted by relevance
355 UAPI_DEF_OBJ_NEEDS_FN(destroy_rwq_ind_table)),
1946 err = rwq_ind_table->device->destroy_rwq_ind_table(rwq_ind_table); in ib_destroy_rwq_ind_table()
4008 UAPI_DEF_METHOD_NEEDS_FN(destroy_rwq_ind_table))),
1528 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table); member2249 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()
935 verbs_set_ctx_op(v_ctx, destroy_rwq_ind_table, mlx5_destroy_rwq_ind_table); in mlx5_init_context()
2385 int (*destroy_rwq_ind_table)(struct ib_rwq_ind_table *wq_ind_table); member
3517 dev->ib_dev.destroy_rwq_ind_table = mlx5_ib_destroy_rwq_ind_table; in mlx5_ib_add()