Lines Matching refs:uattrs
57 struct ib_uverbs_attr *uattrs; member
81 sizeof(*pbundle->uattrs) * num_attrs; in uapi_compute_bundle_size()
193 e->ptr_attr.uattr_idx = uattr - pbundle->uattrs; in uverbs_process_attr()
240 unsigned int uattr_idx = uattr - pbundle->uattrs; in uverbs_process_attr()
324 size_t uattrs_size = array_size(sizeof(*pbundle->uattrs), num_attrs); in ib_uverbs_run_method()
336 pbundle->uattrs = uverbs_alloc(&pbundle->bundle, uattrs_size); in ib_uverbs_run_method()
337 if (IS_ERR(pbundle->uattrs)) in ib_uverbs_run_method()
338 return PTR_ERR(pbundle->uattrs); in ib_uverbs_run_method()
339 if (copy_from_user(pbundle->uattrs, pbundle->user_attrs, uattrs_size)) in ib_uverbs_run_method()
343 ret = uverbs_set_attr(pbundle, &pbundle->uattrs[i]); in ib_uverbs_run_method()
605 flags = pbundle->uattrs[attr->ptr_attr.uattr_idx].flags | in uverbs_copy_to()