Home
last modified time | relevance | path

Searched refs:MAX_STREAM_ID (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/drivers/marvell/mochi/
Dcp110_setup.c139 #define MAX_STREAM_ID (0x80) macro
/external/rust/crates/quiche/src/
Dlib.rs307 const MAX_STREAM_ID: u64 = 1 << 60; constant
3835 if max > MAX_STREAM_ID { in process_frame()
3843 if max > MAX_STREAM_ID { in process_frame()
3855 if limit > MAX_STREAM_ID { in process_frame()
3860 if limit > MAX_STREAM_ID { in process_frame()
4180 if max > MAX_STREAM_ID { in decode()
4190 if max > MAX_STREAM_ID { in decode()
5386 let frames = [frame::Frame::MaxStreamsBidi { max: MAX_STREAM_ID }]; in stream_limit_max_bidi()
5392 max: MAX_STREAM_ID + 1, in stream_limit_max_bidi()
5456 let frames = [frame::Frame::MaxStreamsUni { max: MAX_STREAM_ID }]; in stream_limit_max_uni()
[all …]