Searched refs:ci_req (Results 1 – 3 of 3) sorted by relevance
267 struct ci_req *ci_req; in ci_ep_alloc_request() local275 ci_req = calloc(1, sizeof(*ci_req)); in ci_ep_alloc_request()276 if (!ci_req) in ci_ep_alloc_request()279 INIT_LIST_HEAD(&ci_req->queue); in ci_ep_alloc_request()282 controller.ep0_req = ci_req; in ci_ep_alloc_request()284 return &ci_req->req; in ci_ep_alloc_request()290 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_free_request() local302 if (ci_req->b_buf) in ci_ep_free_request()303 free(ci_req->b_buf); in ci_ep_free_request()304 free(ci_req); in ci_ep_free_request()[all …]
80 struct ci_req { struct101 struct ci_req *ep0_req; argument
7601 struct copychunk_ioctl_req *ci_req, in fsctl_copychunk() argument7627 chunks = (struct srv_copychunk *)&ci_req->Chunks[0]; in fsctl_copychunk()7628 chunk_count = le32_to_cpu(ci_req->ChunkCount); in fsctl_copychunk()7655 le64_to_cpu(ci_req->ResumeKey[0])); in fsctl_copychunk()7659 src_fp->persistent_id != le64_to_cpu(ci_req->ResumeKey[1])) { in fsctl_copychunk()