Home
last modified time | relevance | path

Searched refs:destroy_hw (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Drdma_core.c138 ret = uobj->uapi_object->type_class->destroy_hw(uobj, reason, in uverbs_destroy_uobject()
669 ret = uobj->uapi_object->type_class->destroy_hw( in rdma_alloc_abort_uobject()
762 .destroy_hw = destroy_hw_idr_uobject,
919 .destroy_hw = destroy_hw_fd_uobject,
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_types.h70 int __must_check (*destroy_hw)(struct ib_uobject *uobj, member