Searched refs:pbundle (Results 1 – 1 of 1) sorted by relevance
128 res = (void *)pbundle->internal_buffer + pbundle->internal_used; in _uverbs_alloc()429 pbundle->uattrs = uverbs_alloc(&pbundle->bundle, uattrs_size); in ib_uverbs_run_method()432 if (copy_from_user(pbundle->uattrs, pbundle->user_attrs, uattrs_size)) in ib_uverbs_run_method()436 ret = uverbs_set_attr(pbundle, &pbundle->uattrs[i]); in ib_uverbs_run_method()521 pbundle, in bundle_destroy()567 if (!pbundle) in ib_uverbs_cmd_verbs()573 pbundle->allocated_mem = &pbundle->alloc_head; in ib_uverbs_cmd_verbs()576 pbundle->internal_avail = sizeof(pbundle->internal_buffer); in ib_uverbs_cmd_verbs()590 pbundle->internal_used = ALIGN(pbundle->method_elm->key_bitmap_len * in ib_uverbs_cmd_verbs()595 memset(pbundle->uobj_finalize, 0, sizeof(pbundle->uobj_finalize)); in ib_uverbs_cmd_verbs()[all …]
Completed in 5 milliseconds