Searched refs:stream_id (Results 1 – 9 of 9) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/libavtp/ |
| H A D | 0001-provide-64bit-host-to-network-conversion-macros.patch | 15 | 116 | *val = be64toh(pdu->stream_id); 19 | 199 | pdu->stream_id = htobe64(value);
|
| /openbmc/bmcweb/http/ |
| H A D | nghttp2_adapters.hpp | 176 int setLocalWindowSize(uint8_t flags, int32_t stream_id, int32_t windowSize) in setLocalWindowSize() 178 return nghttp2_session_set_local_window_size(ptr, flags, stream_id, in setLocalWindowSize()
|
| H A D | http2_connection.hpp | 406 return onRequestRecv(frame.hd.stream_id); in onFrameRecvCallback() 480 auto thisStream = streams.find(frame.hd.stream_id); in onHeaderCallback() 483 BMCWEB_LOG_ERROR("Unknown stream{}", frame.hd.stream_id); in onHeaderCallback() 552 BMCWEB_LOG_DEBUG("create stream for id {}", frame.hd.stream_id); in onBeginHeadersCallback() 554 streams[frame.hd.stream_id]; in onBeginHeadersCallback() 556 NGHTTP2_FLAG_NONE, frame.hd.stream_id, 16384 * 32) != 0) in onBeginHeadersCallback()
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | ls102xa_stream_id.c | 17 icid = (id[i].stream_id & 0xff) << 24; in ls102xa_config_smmu_stream_id()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_snd.h | 173 uint32_t stream_id; member 280 uint32_t stream_id; member
|
| /openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ |
| H A D | ls102xa_stream_id.h | 67 uint16_t stream_id; member
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 790 static int tight_init_stream(VncState *vs, VncTight *tight, int stream_id, in tight_init_stream() argument 793 z_streamp zstream = &tight->stream[stream_id]; in tight_init_stream() 798 VNC_DEBUG("VNC: TIGHT: initializing zlib stream %d\n", stream_id); in tight_init_stream() 811 tight->levels[stream_id] = level; in tight_init_stream() 815 if (tight->levels[stream_id] != level) { in tight_init_stream() 819 tight->levels[stream_id] = level; in tight_init_stream() 844 static int tight_compress_data(VncState *vs, VncTight *tight, int stream_id, in tight_compress_data() argument 847 z_streamp zstream = &tight->stream[stream_id]; in tight_compress_data() 855 if (tight_init_stream(vs, tight, stream_id, level, strategy)) { in tight_compress_data()
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | gadget.h | 90 unsigned stream_id:16; member
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.c | 768 trb->ctrl |= DWC3_TRB_CTRL_SID_SOFN(req->request.stream_id); in dwc3_prepare_one_trb()
|