Searched defs:attrs_bundle (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c609 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, argument
642 int uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, argument
730 int _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, argument
/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_ioctl.h660 static inline bool uverbs_attr_is_valid(const struct uverbs_attr_bundle *attrs_bundle, argument
686 static inline const struct uverbs_attr *uverbs_attr_get(const struct uverbs_attr_bundle *attrs_bundle, argument
695 static inline int uverbs_attr_get_enum_id(const struct uverbs_attr_bundle *attrs_bundle, argument
706 static inline void *uverbs_attr_get_obj(const struct uverbs_attr_bundle *attrs_bundle, argument
718 static inline struct ib_uobject *uverbs_attr_get_uobject(const struct uverbs_attr_bundle *attrs_bundle, argument
730 uverbs_attr_get_len(const struct uverbs_attr_bundle *attrs_bundle, u16 idx) argument
770 uverbs_attr_get_uobjs_arr( const struct uverbs_attr_bundle *attrs_bundle, u16 attr_idx, struct ib_uobject ***arr) argument
792 uverbs_attr_get_alloced_ptr( const struct uverbs_attr_bundle *attrs_bundle, u16 idx) argument
804 _uverbs_copy_from(void *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, size_t size) argument
831 _uverbs_copy_from_or_zero(void *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, size_t size) argument
896 uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, u64 allowed_bits) argument
902 uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, u64 allowed_bits) argument
907 uverbs_copy_to(const struct uverbs_attr_bundle *attrs_bundle, size_t idx, const void *from, size_t size) argument
923 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) argument
[all...]

Completed in 212 milliseconds