Lines Matching defs:data
51 * Valid only for PTR_IN. Allocate and copy the data inside
113 * below limits can be revised if the kernel gains additional data.
580 * legacy way. Every verb that could get driver specific data should get this
606 u64 data;
776 return attr->ptr_attr.len <= sizeof(attr->ptr_attr.data);
787 return uverbs_attr_ptr_is_inline(attr) ? (void *)&attr->ptr_attr.data :
810 memcpy(to, &attr->ptr_attr.data, attr->ptr_attr.len);
811 else if (copy_from_user(to, u64_to_user_ptr(attr->ptr_attr.data),
832 memcpy(to, &attr->ptr_attr.data, min_size);
833 else if (copy_from_user(to, u64_to_user_ptr(attr->ptr_attr.data),