Searched refs:MAX_FLOW_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
227 constexpr uint32_t MAX_FLOW_BUFFER_SIZE = 4 * 1024 * 1024; variable275 uint8_t buff_[MAX_FLOW_BUFFER_SIZE] = {0};
343 if ((avail_ == 0) && !ringBuf_->Pop(buff_, MAX_FLOW_BUFFER_SIZE, avail_)) { in ReadFromRingBuf()