Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
Dstream.c599 struct sctp_strreset_inreq *inreq = param.v; in sctp_process_strreset_inreq() local
607 request_seq = ntohl(inreq->request_seq); in sctp_process_strreset_inreq()
629 nums = (ntohs(param.p->length) - sizeof(*inreq)) / sizeof(__u16); in sctp_process_strreset_inreq()
630 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq()
964 struct sctp_strreset_inreq *inreq; in sctp_process_strreset_resp() local
971 inreq = (struct sctp_strreset_inreq *)req; in sctp_process_strreset_resp()
972 str_p = inreq->list_of_streams; in sctp_process_strreset_resp()
973 nums = (ntohs(inreq->param_hdr.length) - sizeof(*inreq)) / in sctp_process_strreset_resp()
Dsm_make_chunk.c3647 struct sctp_strreset_inreq inreq; in sctp_make_strreset_req() local
3652 inlen = (sizeof(inreq) + stream_len) * in; in sctp_make_strreset_req()
3672 inreq.param_hdr.type = SCTP_PARAM_RESET_IN_REQUEST; in sctp_make_strreset_req()
3673 inreq.param_hdr.length = htons(inlen); in sctp_make_strreset_req()
3674 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()
3676 sctp_addto_chunk(retval, sizeof(inreq), &inreq); in sctp_make_strreset_req()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_mass_storage.c581 if (start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq)) in start_in_transfer()
688 bh->inreq->length = 0; in do_read()
719 bh->inreq->length = nread; in do_read()
735 bh->inreq->zero = 0; in do_read()
1534 bh->inreq->zero = 0; in finish_reply()
1547 bh->inreq->zero = 1; in finish_reply()
1641 bh->inreq->length = US_BULK_CS_WRAP_LEN; in send_status()
1642 bh->inreq->zero = 0; in send_status()
2065 bh->inreq->length = reply; in do_scsi_command()
2212 if (bh->inreq) { in do_set_interface()
[all …]
Dstorage_common.h155 struct usb_request *inreq; member
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch55783 bh->inreq->complete = bulk_in_complete;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch358028 bh->inreq->complete = bulk_in_complete;