Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dring_buffer.cpp342 size_t rb_read (void *ctx, u8 *buf, size_t max_length) in rb_read() argument
349 while (bytes_read < max_length) { in rb_read()
364 (max_length - bytes_read)) { in rb_read()
368 cur_cpy_len = max_length - bytes_read; in rb_read()
380 (max_length - bytes_read)); in rb_read()
388 (max_length - bytes_read)); in rb_read()
Dring_buffer.h63 size_t rb_read(void *ctx, u8 *buf, size_t max_length);