Searched refs:outreq (Results 1 – 2 of 2) sorted by relevance
521 struct sctp_strreset_outreq *outreq = param.v; in sctp_process_strreset_outreq() local528 request_seq = ntohl(outreq->request_seq); in sctp_process_strreset_outreq()530 if (ntohl(outreq->send_reset_at_tsn) > in sctp_process_strreset_outreq()554 nums = (ntohs(param.p->length) - sizeof(*outreq)) / sizeof(__u16); in sctp_process_strreset_outreq()555 str_p = outreq->list_of_streams; in sctp_process_strreset_outreq()565 asoc, outreq->response_seq, in sctp_process_strreset_outreq()942 struct sctp_strreset_outreq *outreq; in sctp_process_strreset_resp() local945 outreq = (struct sctp_strreset_outreq *)req; in sctp_process_strreset_resp()946 str_p = outreq->list_of_streams; in sctp_process_strreset_resp()947 nums = (ntohs(outreq->param_hdr.length) - sizeof(*outreq)) / in sctp_process_strreset_resp()
342 bh->outreq->length = length; in set_bulk_out_req_length()572 rc = start_transfer(common->fsg, common->fsg->bulk_out, bh->outreq); in start_out_transfer()855 if (bh->outreq->status != 0) { in do_write()863 amount = bh->outreq->actual; in do_write()915 if (bh->outreq->actual < bh->bulk_out_intended_length) { in do_write()1553 if (bh->outreq->actual < bh->bulk_out_intended_length || in throw_away_data()1554 bh->outreq->status != 0) { in throw_away_data()2192 struct usb_request *req = bh->outreq; in received_cbw()2330 if (bh->outreq) { in do_set_interface()2331 usb_ep_free_request(fsg->bulk_out, bh->outreq); in do_set_interface()[all …]