Lines Matching refs:uverbs_attr_bundle

306 	int (*handler)(struct uverbs_attr_bundle *attrs);
350 int (*func_write)(struct uverbs_attr_bundle *attrs);
629 struct uverbs_attr_bundle { struct
639 static inline bool uverbs_attr_is_valid(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_is_valid() argument
656 static inline struct uverbs_attr_bundle *
659 return container_of(udata, struct uverbs_attr_bundle, driver_udata); in rdma_udata_to_uverbs_attr_bundle()
668 static inline const struct uverbs_attr *uverbs_attr_get(const struct uverbs_attr_bundle *attrs_bund… in uverbs_attr_get()
677 static inline int uverbs_attr_get_enum_id(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_get_enum_id()
688 static inline void *uverbs_attr_get_obj(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_get_obj()
700 static inline struct ib_uobject *uverbs_attr_get_uobject(const struct uverbs_attr_bundle *attrs_bun… in uverbs_attr_get_uobject()
712 uverbs_attr_get_len(const struct uverbs_attr_bundle *attrs_bundle, u16 idx) in uverbs_attr_get_len()
722 void uverbs_finalize_uobj_create(const struct uverbs_attr_bundle *attrs_bundle,
733 uverbs_attr_ptr_get_array_size(struct uverbs_attr_bundle *attrs, u16 idx, in uverbs_attr_ptr_get_array_size()
756 const struct uverbs_attr_bundle *attrs_bundle, u16 attr_idx, in uverbs_attr_get_uobjs_arr()
778 const struct uverbs_attr_bundle *attrs_bundle, u16 idx) in uverbs_attr_get_alloced_ptr()
790 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_copy_from()
817 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_copy_from_or_zero()
848 ib_uverbs_get_ucontext(const struct uverbs_attr_bundle *attrs) in ib_uverbs_get_ucontext()
854 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle,
856 int uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle,
858 int uverbs_copy_to(const struct uverbs_attr_bundle *attrs_bundle, size_t idx,
860 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
863 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
869 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
875 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc()
886 const struct uverbs_attr_bundle *attrs_bundle,
890 const struct uverbs_attr_bundle *attrs_bundle,
892 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle,
896 uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64()
902 uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32()
907 static inline int uverbs_copy_to(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_copy_to()
912 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
917 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
923 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const()
930 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero()
937 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const_signed()
945 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const_unsigned()
1009 uverbs_get_raw_fd(int *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_raw_fd()