Lines Matching refs:uverbs_attr_bundle

272 		       struct uverbs_attr_bundle *ctx);
441 struct uverbs_attr_bundle { struct
447 static inline bool uverbs_attr_is_valid(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_is_valid() argument
456 static inline const struct uverbs_attr *uverbs_attr_get(const struct uverbs_attr_bundle *attrs_bund… in uverbs_attr_get()
465 static inline int uverbs_attr_get_enum_id(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_get_enum_id()
476 static inline void *uverbs_attr_get_obj(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_attr_get_obj()
488 static inline struct ib_uobject *uverbs_attr_get_uobject(const struct uverbs_attr_bundle *attrs_bun… in uverbs_attr_get_uobject()
500 uverbs_attr_get_len(const struct uverbs_attr_bundle *attrs_bundle, u16 idx) in uverbs_attr_get_len()
516 const struct uverbs_attr_bundle *attrs_bundle, u16 idx) in uverbs_attr_get_alloced_ptr()
528 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_copy_from()
555 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_copy_from_or_zero()
586 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle,
588 int uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle,
590 int uverbs_copy_to(const struct uverbs_attr_bundle *attrs_bundle, size_t idx,
592 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
595 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
601 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
608 uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64()
614 uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32()
619 static inline int uverbs_copy_to(const struct uverbs_attr_bundle *attrs_bundle, in uverbs_copy_to()
624 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
629 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()