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

/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.h860 int32_t stream_id; member in struct:http2_stream
898 int http2_stream_close_cb(nghttp2_session* session, int32_t stream_id,
904 * @param stream_id: ID for stream to create.
907 struct http2_stream* http2_stream_create(int32_t stream_id);
H A Dnetevent.c2520 struct http2_stream* http2_stream_create(int32_t stream_id) argument
2527 h2_stream->stream_id = stream_id;
2597 int32_t stream_id, uint32_t ATTR_UNUSED(error_code), void* cb_arg) local
2602 h2_session->session, stream_id))) {
/freebsd-13-stable/lib/libusb/
H A Dlibusb10.h76 uint32_t stream_id; member in struct:libusb_super_transfer
H A Dlibusb10_io.c810 libusb_transfer_set_stream_id(struct libusb_transfer *transfer, uint32_t stream_id) argument
821 sxfer->stream_id = stream_id;
836 return (sxfer->stream_id);
H A Dlibusb20.h209 int libusb20_tr_open_stream(struct libusb20_transfer *xfer, uint32_t max_buf_size, uint32_t max_frame_count, uint8_t ep_no, uint16_t stream_id);
H A Dlibusb20_int.h118 typedef int (libusb20_tr_open_t)(struct libusb20_transfer *xfer, uint32_t MaxBufSize, uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id, uint8_t pre_scale);
H A Dlibusb20_ugen20.c799 uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id,
821 if (stream_id != 0) {
822 temp.fs_open_stream.stream_id = stream_id;
798 ugen20_tr_open(struct libusb20_transfer *xfer, uint32_t MaxBufSize, uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id, uint8_t pre_scale) argument
H A Dlibusb20.c171 uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id)
213 MaxFrameCount / 8, ep_no, stream_id, 1);
216 MaxFrameCount, ep_no, stream_id, 0);
170 libusb20_tr_open_stream(struct libusb20_transfer *xfer, uint32_t MaxBufSize, uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id) argument
H A Dlibusb.h588 void libusb_transfer_set_stream_id(struct libusb_transfer *transfer, uint32_t stream_id);
H A Dlibusb10.c1424 endpoint, sxfer->stream_id);
/freebsd-13-stable/sys/dev/usb/
H A Dusb_core.h165 usb_stream_t stream_id; /* USB3.0 specific field */ member in struct:usb_xfer
H A Dusb_transfer.c1148 (setup->stream_id != 0 &&
1149 (setup->stream_id >= USB_MAX_EP_STREAMS ||
1195 xfer->stream_id = setup->stream_id;
1817 endpoint_q[xfer->stream_id], xfer);
1936 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], xfer);
2057 if (ep->endpoint_q[xfer->stream_id].curr == xfer) {
2059 &ep->endpoint_q[xfer->stream_id], NULL);
3071 if (ep->endpoint_q[xfer->stream_id].curr == xfer) {
3072 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], NUL
[all...]
H A Dusb_ioctl.h240 uint16_t stream_id; /* stream ID */ member in struct:usb_fs_open_stream
H A Dusb_generic.c260 usb_config[0].stream_id = 0; /* XXX support more stream ID's */
329 usb_config[0].stream_id = 0; /* XXX support more stream ID's */
1553 usb_config[0].stream_id = u.popen_stream->stream_id;
H A Dusbdi.h235 usb_stream_t stream_id; /* USB3.0 specific */ member in struct:usb_config
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c909 uint16_t stream_id = 0; local
953 stream_id == (XHCI_MAX_STREAMS - 1))
955 stream_id++;
957 DPRINTFN(5, "stream_id=%u\n", stream_id);
960 xfer = pepext->xfer[i + (XHCI_MAX_TRANSFERS * stream_id)];
1582 uint16_t stream_id, uint8_t ep_id, uint8_t slot_id)
1591 temp = XHCI_TRB_2_STREAM_SET(stream_id);
2848 epno | XHCI_DB_SID_SET(xfer->stream_id));
2863 pepext->trb_used[xfer->stream_id]
1581 xhci_cmd_set_tr_dequeue_ptr(struct xhci_softc *sc, uint64_t dequeue_ptr, uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) argument
3096 xhci_device_generic_multi_enter(struct usb_endpoint *ep, usb_stream_t stream_id, struct usb_xfer *enter_xfer) argument
3829 usb_stream_t stream_id; local
[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.c2116 int32_t stream_id, uint8_t* buf, size_t length, uint32_t* data_flags, variable
2123 h2_session->session, stream_id))) {
2167 NGHTTP2_FLAG_NONE, h2_stream->stream_id,
2256 ret = nghttp2_submit_response(h2_session->session, h2_stream->stream_id,
2298 int32_t stream_id, uint8_t* buf, size_t length, uint32_t* data_flags, variable
2305 h2_session->session, stream_id))) {
2347 ret = nghttp2_submit_response(h2_session->session, h2_stream->stream_id,
2421 session, frame->hd.stream_id)))
2506 if(!(h2_stream = http2_stream_create(frame->hd.stream_id))) {
2512 frame->hd.stream_id, h2_strea
2714 uint8_t ATTR_UNUSED(flags), int32_t stream_id, const uint8_t* data, variable
[all...]
/freebsd-13-stable/tests/sys/common/
H A Dsender.py130 stream_id = sc.IPOption_Stream_Id(security=0xFFFF)
/freebsd-13-stable/sys/netinet/
H A Dsctp.h392 uint16_t stream_id; /* stream id of the DATA in error */ member in struct:sctp_error_invalid_stream
H A Dsctp_uio.h704 uint16_t stream_id; member in struct:sctp_stream_value
H A Dsctp_usrreq.c1788 if ((av->stream_id >= stcb->asoc.streamoutcnt) ||
1789 (stcb->asoc.ss_functions.sctp_ss_get_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id],
4102 if ((av->stream_id >= stcb->asoc.streamoutcnt) ||
4103 (stcb->asoc.ss_functions.sctp_ss_set_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id],
4115 if (av->stream_id < stcb->asoc.streamoutcnt) {
4118 &stcb->asoc.strmout[av->stream_id],
H A Dsctp_indata.c1842 cause->stream_id = htons(sid);

Completed in 248 milliseconds