Home
last modified time | relevance | path

Searched refs:ci_req (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c267 struct ci_req *ci_req; in ci_ep_alloc_request() local
275 ci_req = calloc(1, sizeof(*ci_req)); in ci_ep_alloc_request()
290 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_free_request() local
391 ci_req->hw_len = ci_req->b_len; in ci_bounce()
392 ci_req->hw_buf = ci_req->b_buf; in ci_bounce()
430 struct ci_req *ci_req; in ci_ep_submit_next_request() local
534 struct ci_req *ci_req; in ci_ep_dequeue() local
559 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_queue() local
610 struct ci_req *ci_req; in handle_ep_complete() local
640 ci_req->req.actual = ci_req->req.length - len; in handle_ep_complete()
[all …]
H A Dci_udc.h80 struct ci_req { struct
101 struct ci_req *ep0_req; argument
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7514 struct copychunk_ioctl_req *ci_req, in fsctl_copychunk() argument
7540 chunks = (struct srv_copychunk *)&ci_req->Chunks[0]; in fsctl_copychunk()
7541 chunk_count = le32_to_cpu(ci_req->ChunkCount); in fsctl_copychunk()
7568 le64_to_cpu(ci_req->ResumeKey[0])); in fsctl_copychunk()
7572 src_fp->persistent_id != le64_to_cpu(ci_req->ResumeKey[1])) { in fsctl_copychunk()