Home
last modified time | relevance | path

Searched refs:inreq (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
H A Dstream.c610 struct sctp_strreset_inreq *inreq = param.v; in sctp_process_strreset_inreq() local
618 request_seq = ntohl(inreq->request_seq); in sctp_process_strreset_inreq()
640 nums = (ntohs(param.p->length) - sizeof(*inreq)) / sizeof(__u16); in sctp_process_strreset_inreq()
641 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq()
975 struct sctp_strreset_inreq *inreq; in sctp_process_strreset_resp() local
982 inreq = (struct sctp_strreset_inreq *)req; in sctp_process_strreset_resp()
983 str_p = inreq->list_of_streams; in sctp_process_strreset_resp()
984 nums = (ntohs(inreq->param_hdr.length) - sizeof(*inreq)) / in sctp_process_strreset_resp()
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c554 rc = start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq); in start_in_transfer()
678 bh->inreq->length = 0; in do_read()
709 bh->inreq->length = nread; in do_read()
725 bh->inreq->zero = 0; in do_read()
1600 bh->inreq->zero = 0; in finish_reply()
1613 bh->inreq->zero = 1; in finish_reply()
1707 bh->inreq->length = US_BULK_CS_WRAP_LEN; in send_status()
1708 bh->inreq->zero = 0; in send_status()
2179 bh->inreq->length = reply; in do_scsi_command()
2326 if (bh->inreq) { in do_set_interface()
[all …]