Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dstream.c612 struct sctp_strreset_inreq *inreq = param.v; in sctp_process_strreset_inreq() local
620 request_seq = ntohl(inreq->request_seq); in sctp_process_strreset_inreq()
642 nums = (ntohs(param.p->length) - sizeof(*inreq)) / sizeof(__u16); in sctp_process_strreset_inreq()
643 str_p = inreq->list_of_streams; in sctp_process_strreset_inreq()
977 struct sctp_strreset_inreq *inreq; in sctp_process_strreset_resp() local
984 inreq = (struct sctp_strreset_inreq *)req; in sctp_process_strreset_resp()
985 str_p = inreq->list_of_streams; in sctp_process_strreset_resp()
986 nums = (ntohs(inreq->param_hdr.length) - sizeof(*inreq)) / in sctp_process_strreset_resp()
A Dsm_make_chunk.c3693 struct sctp_strreset_inreq inreq; in sctp_make_strreset_req() local
3698 inlen = (sizeof(inreq) + stream_len) * in; in sctp_make_strreset_req()
3718 inreq.param_hdr.type = SCTP_PARAM_RESET_IN_REQUEST; in sctp_make_strreset_req()
3719 inreq.param_hdr.length = htons(inlen); in sctp_make_strreset_req()
3720 inreq.request_seq = htonl(asoc->strreset_outseq + out); in sctp_make_strreset_req()
3722 sctp_addto_chunk(retval, sizeof(inreq), &inreq); in sctp_make_strreset_req()
/linux/drivers/usb/gadget/function/
A Df_mass_storage.c659 bh->inreq->length = 0; in do_read()
690 bh->inreq->length = nread; in do_read()
706 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()
2106 bh->inreq->length = reply; in do_scsi_command()
2253 if (bh->inreq) { in do_set_interface()
2255 bh->inreq = NULL; in do_set_interface()
[all …]
A Dstorage_common.h155 struct usb_request *inreq; member

Completed in 18 milliseconds