Searched refs:attrs_bundle (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/rdma/ |
A D | uverbs_ioctl.h | 643 attrs_bundle->attr_present); in uverbs_attr_is_valid() 671 if (!uverbs_attr_is_valid(attrs_bundle, idx)) in uverbs_attr_get() 693 attr = uverbs_attr_get(attrs_bundle, idx); in uverbs_attr_get_obj() 760 uverbs_attr_get(attrs_bundle, attr_idx); in uverbs_attr_get_uobjs_arr() 790 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_copy_from() argument 817 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_copy_from_or_zero() argument 842 _uverbs_copy_from(to, attrs_bundle, idx, sizeof(*to)) 886 const struct uverbs_attr_bundle *attrs_bundle, 937 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const_signed() argument 945 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const_unsigned() argument [all …]
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | uverbs_ioctl.c | 642 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64() argument 648 attr = uverbs_attr_get(attrs_bundle, idx); in uverbs_get_flags64() 675 int uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32() argument 681 ret = uverbs_get_flags64(&flags, attrs_bundle, idx, allowed_bits); in uverbs_get_flags32() 764 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const_signed() argument 770 attr = uverbs_attr_get(attrs_bundle, idx); in _uverbs_get_const_signed() 788 const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const_unsigned() argument 793 attr = uverbs_attr_get(attrs_bundle, idx); in _uverbs_get_const_unsigned()
|
Completed in 7 milliseconds