| /freebsd-14.2/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 3040 frame->hd.stream_id))) in http2_req_header_cb() 3691 if(c->stream_id != d->stream_id) { in doq_stream_cmp() 3692 if(c->stream_id < d->stream_id) in doq_stream_cmp() 3824 stream->stream_id = stream_id; in doq_stream_create() 3843 key.stream_id = stream_id; in doq_stream_find() 4298 if(stream_id != 0 && stream_id != 4 && /* allow one stream on a new connection */ in doq_stream_open_cb() 4385 (int)stream_id, in doq_stream_close_cb() 4391 (int)stream_id); in doq_stream_close_cb() 5293 int64_t stream_id; in doq_conn_write_streams() local 5305 stream_id = stream->stream_id; in doq_conn_write_streams() [all …]
|
| H A D | listen_dnsport.h | 652 int64_t stream_id; member 771 struct doq_stream* doq_stream_find(struct doq_conn* conn, int64_t stream_id);
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | netevent.h | 960 int32_t stream_id; member 998 int http2_stream_close_cb(nghttp2_session* session, int32_t stream_id, 1007 struct http2_stream* http2_stream_create(int32_t stream_id);
|
| H A D | netevent.c | 5055 struct http2_stream* http2_stream_create(int32_t stream_id) argument 5062 h2_stream->stream_id = stream_id; 5139 int32_t stream_id, uint32_t ATTR_UNUSED(error_code), void* cb_arg) argument 5144 h2_session->session, stream_id))) {
|
| /freebsd-14.2/sys/dev/usb/controller/ |
| H A D | xhci.c | 859 uint16_t stream_id = 0; in xhci_check_transfer() local 905 stream_id++; in xhci_check_transfer() 2820 pepext->trb_used[xfer->stream_id]--; in xhci_transfer_remove() 2846 id = xfer->stream_id; in xhci_transfer_insert() 3041 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter() 3079 xfer->stream_id, xfer); in xhci_device_generic_enter() 3092 xfer->stream_id, NULL); in xhci_device_generic_start() 3770 usb_stream_t stream_id; in xhci_configure_reset_endpoint() local 3789 stream_id = xfer->stream_id; in xhci_configure_reset_endpoint() 3838 stream_id, epno, index); in xhci_configure_reset_endpoint() [all …]
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_transfer.c | 1147 (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 D | usb_core.h | 164 usb_stream_t stream_id; /* USB3.0 specific field */ member
|
| H A D | usb_generic.c | 267 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 D | usb_ioctl.h | 209 uint16_t stream_id; /* stream ID */ member
|
| H A D | usbdi.h | 234 usb_stream_t stream_id; /* USB3.0 specific */ member
|
| /freebsd-14.2/lib/libusb/ |
| H A D | libusb10_io.c | 817 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 D | libusb10.h | 75 uint32_t stream_id; member
|
| H A D | libusb20_ugen20.c | 798 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 D | libusb20.c | 170 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 D | libusb20_int.h | 111 …r, uint32_t MaxBufSize, uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id, uint8_t pre_sca…
|
| H A D | libusb20.h | 208 …ransfer *xfer, uint32_t max_buf_size, uint32_t max_frame_count, uint8_t ep_no, uint16_t stream_id);
|
| H A D | libusb.h | 604 void libusb_transfer_set_stream_id(struct libusb_transfer *transfer, uint32_t stream_id);
|
| H A D | libusb10.c | 1467 endpoint, sxfer->stream_id); in libusb10_submit_transfer_sub()
|
| /freebsd-14.2/tests/sys/common/ |
| H A D | sender.py | 129 stream_id = sc.IPOption_Stream_Id(security=0xFFFF)
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp.h | 400 uint16_t stream_id; /* stream id of the DATA in error */ member
|
| H A D | sctp_uio.h | 701 uint16_t stream_id; member
|
| H A D | sctp_usrreq.c | 1781 if ((av->stream_id >= stcb->asoc.streamoutcnt) || 1782 … (stcb->asoc.ss_functions.sctp_ss_get_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id], 4098 if ((av->stream_id >= stcb->asoc.streamoutcnt) || 4099 … (stcb->asoc.ss_functions.sctp_ss_set_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id], 4111 if (av->stream_id < stcb->asoc.streamoutcnt) { 4114 &stcb->asoc.strmout[av->stream_id],
|
| H A D | sctp_indata.c | 1829 cause->stream_id = htons(sid); in sctp_process_a_data_chunk()
|