Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dstream.c679 struct sctp_strreset_inreq *inreq = param.v; in sctp_process_strreset_inreq() local
687 request_seq = ntohl(inreq->request_seq); in sctp_process_strreset_inreq()
709 nums = (ntohs(param.p->length) - sizeof(*inreq)) / sizeof(__u16); in sctp_process_strreset_inreq()
710 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq()
1050 struct sctp_strreset_inreq *inreq; in sctp_process_strreset_resp() local
1057 inreq = (struct sctp_strreset_inreq *)req; in sctp_process_strreset_resp()
1058 str_p = inreq->list_of_streams; in sctp_process_strreset_resp()
1059 nums = (ntohs(inreq->param_hdr.length) - sizeof(*inreq)) / in sctp_process_strreset_resp()
Dsm_make_chunk.c3646 struct sctp_strreset_inreq inreq; in sctp_make_strreset_req() local
3651 inlen = (sizeof(inreq) + stream_len) * in; in sctp_make_strreset_req()
3671 inreq.param_hdr.type = SCTP_PARAM_RESET_IN_REQUEST; in sctp_make_strreset_req()
3672 inreq.param_hdr.length = htons(inlen); in sctp_make_strreset_req()
3673 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()
3675 sctp_addto_chunk(retval, sizeof(inreq), &inreq); in sctp_make_strreset_req()
/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.c573 if (start_transfer(common->fsg, common->fsg->bulk_in, bh->inreq)) in start_in_transfer()
680 bh->inreq->length = 0; in do_read()
711 bh->inreq->length = nread; in do_read()
727 bh->inreq->zero = 0; in do_read()
1526 bh->inreq->zero = 0; in finish_reply()
1539 bh->inreq->zero = 1; in finish_reply()
1633 bh->inreq->length = US_BULK_CS_WRAP_LEN; in send_status()
1634 bh->inreq->zero = 0; in send_status()
2058 bh->inreq->length = reply; in do_scsi_command()
2205 if (bh->inreq) { in do_set_interface()
[all …]
Dstorage_common.h155 struct usb_request *inreq; member