Searched refs:ib_uobject (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/rdma/ |
D | uverbs_types.h | 85 struct ib_uobject *(*alloc_begin)(const struct uverbs_api_object *obj, 88 int (*alloc_commit)(struct ib_uobject *uobj); 90 void (*alloc_abort)(struct ib_uobject *uobj); 92 struct ib_uobject *(*lookup_get)(const struct uverbs_api_object *obj, 95 void (*lookup_put)(struct ib_uobject *uobj, enum rdma_lookup_mode mode); 97 int __must_check (*destroy_hw)(struct ib_uobject *uobj, 99 void (*remove_handle)(struct ib_uobject *uobj); 128 int __must_check (*destroy_object)(struct ib_uobject *uobj, 132 struct ib_uobject *rdma_lookup_get_uobject(const struct uverbs_api_object *obj, 135 void rdma_lookup_put_uobject(struct ib_uobject *uobj, [all …]
|
D | uverbs_std_types.h | 69 static inline void *_uobj_get_obj_read(struct ib_uobject *uobj) in _uobj_get_obj_read() 89 struct ib_uobject *__uobj_get_destroy(const struct uverbs_api_object *obj, 96 static inline void uobj_put_destroy(struct ib_uobject *uobj) in uobj_put_destroy() 101 static inline void uobj_put_read(struct ib_uobject *uobj) in uobj_put_read() 109 static inline void uobj_put_write(struct ib_uobject *uobj) in uobj_put_write() 114 static inline int __must_check uobj_alloc_commit(struct ib_uobject *uobj, in uobj_alloc_commit() 124 static inline void uobj_alloc_abort(struct ib_uobject *uobj) in uobj_alloc_abort() 129 static inline struct ib_uobject * 133 struct ib_uobject *uobj = rdma_alloc_begin_uobject(obj, ufile); in __uobj_alloc()
|
D | ib_verbs.h | 1520 struct ib_uobject { struct 1548 struct ib_uobject *uobject; argument 1572 struct ib_uobject *uobject; 1588 struct ib_uobject *uobject; 1610 struct ib_uobject *uobject; 1655 struct ib_uobject *uobject; 1698 struct ib_uobject *uobject; 1771 struct ib_uobject *uobject; 1795 struct ib_uobject *uobject; 1809 struct ib_uobject *uobject; /* user */ [all …]
|
D | uverbs_ioctl.h | 430 struct ib_uobject *uobject; 488 static inline struct ib_uobject *uverbs_attr_get_uobject(const struct uverbs_attr_bundle *attrs_bun… in uverbs_attr_get_uobject()
|