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.cpp343 size_t rb_read (void *ctx, u8 *buf, size_t max_length) in rb_read() argument
350 while (bytes_read < max_length) { in rb_read()
365 (max_length - bytes_read)) { in rb_read()
369 cur_cpy_len = max_length - bytes_read; in rb_read()
381 (max_length - bytes_read)); in rb_read()
389 (max_length - bytes_read)); in rb_read()
Dring_buffer.h63 size_t rb_read(void *ctx, u8 *buf, size_t max_length);