outreq 370 drivers/usb/gadget/function/f_mass_storage.c bh->outreq->length = length; outreq 590 drivers/usb/gadget/function/f_mass_storage.c if (start_transfer(common->fsg, common->fsg->bulk_out, bh->outreq)) outreq 861 drivers/usb/gadget/function/f_mass_storage.c if (bh->outreq->status != 0) { outreq 869 drivers/usb/gadget/function/f_mass_storage.c amount = bh->outreq->actual; outreq 921 drivers/usb/gadget/function/f_mass_storage.c if (bh->outreq->actual < bh->bulk_out_intended_length) { outreq 1486 drivers/usb/gadget/function/f_mass_storage.c if (bh->outreq->actual < bh->bulk_out_intended_length || outreq 1487 drivers/usb/gadget/function/f_mass_storage.c bh->outreq->status != 0) { outreq 2078 drivers/usb/gadget/function/f_mass_storage.c struct usb_request *req = bh->outreq; outreq 2216 drivers/usb/gadget/function/f_mass_storage.c if (bh->outreq) { outreq 2217 drivers/usb/gadget/function/f_mass_storage.c usb_ep_free_request(fsg->bulk_out, bh->outreq); outreq 2218 drivers/usb/gadget/function/f_mass_storage.c bh->outreq = NULL; outreq 2272 drivers/usb/gadget/function/f_mass_storage.c rc = alloc_request(common, fsg->bulk_out, &bh->outreq); outreq 2275 drivers/usb/gadget/function/f_mass_storage.c bh->inreq->buf = bh->outreq->buf = bh->buf; outreq 2276 drivers/usb/gadget/function/f_mass_storage.c bh->inreq->context = bh->outreq->context = bh; outreq 2278 drivers/usb/gadget/function/f_mass_storage.c bh->outreq->complete = bulk_out_complete; outreq 2344 drivers/usb/gadget/function/f_mass_storage.c bh->outreq); outreq 156 drivers/usb/gadget/function/storage_common.h struct usb_request *outreq; outreq 3644 net/sctp/sm_make_chunk.c struct sctp_strreset_outreq outreq; outreq 3649 net/sctp/sm_make_chunk.c outlen = (sizeof(outreq) + stream_len) * out; outreq 3657 net/sctp/sm_make_chunk.c outreq.param_hdr.type = SCTP_PARAM_RESET_OUT_REQUEST; outreq 3658 net/sctp/sm_make_chunk.c outreq.param_hdr.length = htons(outlen); outreq 3659 net/sctp/sm_make_chunk.c outreq.request_seq = htonl(asoc->strreset_outseq); outreq 3660 net/sctp/sm_make_chunk.c outreq.response_seq = htonl(asoc->strreset_inseq - 1); outreq 3661 net/sctp/sm_make_chunk.c outreq.send_reset_at_tsn = htonl(asoc->next_tsn - 1); outreq 3663 net/sctp/sm_make_chunk.c sctp_addto_chunk(retval, sizeof(outreq), &outreq); outreq 515 net/sctp/stream.c struct sctp_strreset_outreq *outreq = param.v; outreq 522 net/sctp/stream.c request_seq = ntohl(outreq->request_seq); outreq 524 net/sctp/stream.c if (ntohl(outreq->send_reset_at_tsn) > outreq 548 net/sctp/stream.c nums = (ntohs(param.p->length) - sizeof(*outreq)) / sizeof(__u16); outreq 549 net/sctp/stream.c str_p = outreq->list_of_streams; outreq 559 net/sctp/stream.c asoc, outreq->response_seq, outreq 936 net/sctp/stream.c struct sctp_strreset_outreq *outreq; outreq 939 net/sctp/stream.c outreq = (struct sctp_strreset_outreq *)req; outreq 940 net/sctp/stream.c str_p = outreq->list_of_streams; outreq 941 net/sctp/stream.c nums = (ntohs(outreq->param_hdr.length) - sizeof(*outreq)) /