Searched refs:pbundle (Results 1 – 1 of 1) sorted by relevance
131 res = (void *)pbundle->internal_buffer + pbundle->internal_used; in _uverbs_alloc()449 if (copy_from_user(pbundle->uattrs, pbundle->user_attrs, uattrs_size)) in ib_uverbs_run_method()453 ret = uverbs_set_attr(pbundle, &pbundle->uattrs[i]); in ib_uverbs_run_method()537 pbundle, in bundle_destroy()583 if (!pbundle) in ib_uverbs_cmd_verbs()589 pbundle->allocated_mem = container_of(&pbundle->alloc_head, in ib_uverbs_cmd_verbs()592 pbundle = &onstack; in ib_uverbs_cmd_verbs()593 pbundle->internal_avail = sizeof(pbundle->internal_buffer); in ib_uverbs_cmd_verbs()607 pbundle->internal_used = ALIGN(pbundle->method_elm->key_bitmap_len * in ib_uverbs_cmd_verbs()613 memset(pbundle->uobj_finalize, 0, sizeof(pbundle->uobj_finalize)); in ib_uverbs_cmd_verbs()[all …]
Completed in 6 milliseconds