Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/unbound/util/
H A Dnetevent.h960 int32_t stream_id;
998 int http2_stream_close_cb(nghttp2_session* session, int32_t stream_id,
1004 * @param stream_id: ID for stream to create.
1007 struct http2_stream* http2_stream_create(int32_t stream_id);
896 int32_t stream_id; global() member
H A Dnetevent.c5055 struct http2_stream* http2_stream_create(int32_t stream_id)
5062 h2_stream->stream_id = stream_id;
5139 int32_t stream_id, uint32_t ATTR_UNUSED(error_code), void* cb_arg)
5144 h2_session->session, stream_id))) {
3277 http2_stream_create(int32_t stream_id) global() argument
3354 http2_stream_close_cb(nghttp2_session * ATTR_UNUSED (session),int32_t stream_id,uint32_t ATTR_UNUSED (error_code),void * cb_arg) global() argument
/freebsd-src/sys/dev/usb/controller/
H A Dxhci.c859 uint16_t stream_id = 0; in xhci_check_transfer() local
903 stream_id == (XHCI_MAX_STREAMS - 1)) in xhci_check_transfer()
905 stream_id++; in xhci_check_transfer()
907 DPRINTFN(5, "stream_id=%u\n", stream_id); in xhci_check_transfer()
910 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)]; in xhci_check_transfer()
1536 uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) in xhci_cmd_set_tr_dequeue_ptr() argument
1545 temp = XHCI_TRB_2_STREAM_SET(stream_id); in xhci_cmd_set_tr_dequeue_ptr()
2805 epno | XHCI_DB_SID_SET(xfer->stream_id)); in xhci_endpoint_doorbell()
2820 pepext->trb_used[xfer->stream_id]--; in xhci_transfer_remove()
2846 id = xfer->stream_id; in xhci_transfer_insert()
[all …]
/freebsd-src/contrib/unbound/services/
H A Dlisten_dnsport.c2517 int32_t stream_id, uint8_t* buf, size_t length, uint32_t* data_flags, in http2_submit_dns_response()
2524 h2_session->session, stream_id))) { in http2_submit_dns_response()
2568 NGHTTP2_FLAG_NONE, h2_stream->stream_id, in http2_submit_dns_response()
2657 ret = nghttp2_submit_response(h2_session->session, h2_stream->stream_id,
2699 int32_t stream_id, uint8_t* buf, size_t length, uint32_t* data_flags, in http2_query_read_done()
2706 h2_session->session, stream_id))) { in http2_query_read_done()
2748 ret = nghttp2_submit_response(h2_session->session, h2_stream->stream_id, in http2_req_frame_recv_cb()
2826 session, frame->hd.stream_id)))
2911 if(!(h2_stream = http2_stream_create(frame->hd.stream_id))) { in http2_buffer_uri_query()
2917 frame->hd.stream_id, h2_strea in http2_buffer_uri_query()
2416 http2_submit_response_read_callback(nghttp2_session * ATTR_UNUSED (session),int32_t stream_id,uint8_t * buf,size_t length,uint32_t * data_flags,nghttp2_data_source * source,void * ATTR_UNUSED (cb_arg)) http2_submit_response_read_callback() argument
2598 http2_submit_error_read_callback(nghttp2_session * ATTR_UNUSED (session),int32_t stream_id,uint8_t * buf,size_t length,uint32_t * data_flags,nghttp2_data_source * source,void * ATTR_UNUSED (cb_arg)) http2_submit_error_read_callback() argument
3045 http2_req_data_chunk_recv_cb(nghttp2_session * ATTR_UNUSED (session),uint8_t ATTR_UNUSED (flags),int32_t stream_id,const uint8_t * data,size_t len,void * cb_arg) http2_req_data_chunk_recv_cb() argument
[all...]
/freebsd-src/sys/dev/usb/
H A Dusb_transfer.c1147 (setup->stream_id != 0 && in usbd_transfer_setup()
1148 (setup->stream_id >= USB_MAX_EP_STREAMS || in usbd_transfer_setup()
1194 xfer->stream_id = setup->stream_id; in usbd_transfer_setup()
1816 endpoint_q[xfer->stream_id], xfer); in usbd_transfer_submit()
1935 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], xfer); in usbd_pipe_enter()
2056 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_transfer_stop()
2058 &ep->endpoint_q[xfer->stream_id], NULL); in usbd_transfer_stop()
3123 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_callback_wrapper_sub()
3124 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], NULL); in usbd_callback_wrapper_sub()
3126 if (ep->endpoint_q[xfer->stream_id].curr != NULL || in usbd_callback_wrapper_sub()
[all …]
H A Dusb_core.h164 usb_stream_t stream_id; /* USB3.0 specific field */ member
H A Dusb_generic.c267 usb_config[0].stream_id = 0; /* XXX support more stream ID's */ in ugen_open_pipe_write()
336 usb_config[0].stream_id = 0; /* XXX support more stream ID's */ in ugen_open_pipe_read()
1022 int fflags, usb_stream_t stream_id) in usb_fs_open() argument
1077 usb_config[0].stream_id = stream_id; in usb_fs_open()
2464 (cmd == USB_FS_OPEN_STREAM) ? u.popen_stream->stream_id : 0); in ugen_ioctl_post()
H A Dusb_ioctl.h209 uint16_t stream_id; /* stream ID */ member
H A Dusbdi.h234 usb_stream_t stream_id; /* USB3.0 specific */ member
/freebsd-src/lib/libusb/
H A Dlibusb10_io.c817 libusb_transfer_set_stream_id(struct libusb_transfer *transfer, uint32_t stream_id) in libusb_transfer_set_stream_id() argument
828 sxfer->stream_id = stream_id; in libusb_transfer_set_stream_id()
843 return (sxfer->stream_id); in libusb_transfer_get_stream_id()
H A Dlibusb10.h81 uint32_t stream_id;
75 uint32_t stream_id; global() member
H A Dlibusb20_ugen20.c798 uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id, in ugen20_tr_open() argument
820 if (stream_id != 0) { in ugen20_tr_open()
821 temp.fs_open_stream.stream_id = stream_id; in ugen20_tr_open()
H A Dlibusb20.c170 uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id) in libusb20_tr_open_stream() argument
212 MaxFrameCount / 8, ep_no, stream_id, 1); in libusb20_tr_open_stream()
215 MaxFrameCount, ep_no, stream_id, 0); in libusb20_tr_open_stream()
H A Dlibusb20_int.h111 …r, uint32_t MaxBufSize, uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id, uint8_t pre_sca…
H A Dlibusb20.h208 …ransfer *xfer, uint32_t max_buf_size, uint32_t max_frame_count, uint8_t ep_no, uint16_t stream_id);
H A Dlibusb.h604 void libusb_transfer_set_stream_id(struct libusb_transfer *transfer, uint32_t stream_id);
H A Dlibusb10.c1475 endpoint, sxfer->stream_id); in libusb10_submit_transfer_sub()
/freebsd-src/tests/sys/common/
H A Dsender.py129 stream_id = sc.IPOption_Stream_Id(security=0xFFFF)
/freebsd-src/sys/netinet/
H A Dsctp.h399 uint16_t stream_id; /* stream id of the DATA in error */ member
H A Dsctp_uio.h701 uint16_t stream_id; member
H A Dsctp_usrreq.c1775 if ((av->stream_id >= stcb->asoc.streamoutcnt) ||
1776 … (stcb->asoc.ss_functions.sctp_ss_get_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id],
4092 if ((av->stream_id >= stcb->asoc.streamoutcnt) ||
4093 … (stcb->asoc.ss_functions.sctp_ss_set_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id],
4105 if (av->stream_id < stcb->asoc.streamoutcnt) {
4108 &stcb->asoc.strmout[av->stream_id],
H A Dsctp_indata.c1829 cause->stream_id = htons(sid); in sctp_process_a_data_chunk()