Searched refs:outreq (Results 1 – 4 of 4) sorted by relevance
523 struct sctp_strreset_outreq *outreq = param.v; in sctp_process_strreset_outreq() local530 request_seq = ntohl(outreq->request_seq); in sctp_process_strreset_outreq()532 if (ntohl(outreq->send_reset_at_tsn) > in sctp_process_strreset_outreq()556 nums = (ntohs(param.p->length) - sizeof(*outreq)) / sizeof(__u16); in sctp_process_strreset_outreq()557 str_p = outreq->list_of_streams; in sctp_process_strreset_outreq()567 asoc, outreq->response_seq, in sctp_process_strreset_outreq()944 struct sctp_strreset_outreq *outreq; in sctp_process_strreset_resp() local947 outreq = (struct sctp_strreset_outreq *)req; in sctp_process_strreset_resp()948 str_p = outreq->list_of_streams; in sctp_process_strreset_resp()949 nums = (ntohs(outreq->param_hdr.length) - sizeof(*outreq)) / in sctp_process_strreset_resp()
3692 struct sctp_strreset_outreq outreq; in sctp_make_strreset_req() local3697 outlen = (sizeof(outreq) + stream_len) * out; in sctp_make_strreset_req()3705 outreq.param_hdr.type = SCTP_PARAM_RESET_OUT_REQUEST; in sctp_make_strreset_req()3706 outreq.param_hdr.length = htons(outlen); in sctp_make_strreset_req()3707 outreq.request_seq = htonl(asoc->strreset_outseq); in sctp_make_strreset_req()3708 outreq.response_seq = htonl(asoc->strreset_inseq - 1); in sctp_make_strreset_req()3709 outreq.send_reset_at_tsn = htonl(asoc->next_tsn - 1); in sctp_make_strreset_req()3711 sctp_addto_chunk(retval, sizeof(outreq), &outreq); in sctp_make_strreset_req()
339 bh->outreq->length = length; in set_bulk_out_req_length()836 if (bh->outreq->status != 0) { in do_write()844 amount = bh->outreq->actual; in do_write()1488 bh->outreq->status != 0) { in throw_away_data()2119 struct usb_request *req = bh->outreq; in received_cbw()2257 if (bh->outreq) { in do_set_interface()2259 bh->outreq = NULL; in do_set_interface()2316 bh->inreq->buf = bh->outreq->buf = bh->buf; in do_set_interface()2317 bh->inreq->context = bh->outreq->context = bh; in do_set_interface()2319 bh->outreq->complete = bulk_out_complete; in do_set_interface()[all …]
156 struct usb_request *outreq; member
Completed in 20 milliseconds