Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp76 u32 cur_valid_bytes; member
176 rbc->cur_valid_bytes) { in rb_write()
254 rbc->cur_valid_bytes)) { in rb_write()
328 (rbc->cur_valid_bytes >= rbc->num_min_bytes) && in rb_write()
420 if (rbc->cur_valid_bytes < bytes_read) { in rb_read()
425 rbc->cur_valid_bytes -= bytes_read; in rb_read()
430 if (rbc->cur_valid_bytes < rbc->num_min_bytes) { in rb_read()
469 (rbc->cur_valid_bytes == 0)) { in rb_get_read_buf()
537 if (rbc->cur_valid_bytes < cur_read_len) { in rb_get_read_buf()
542 rbc->cur_valid_bytes -= cur_read_len; in rb_get_read_buf()
[all …]
H A Dring_buffer.h43 u32 cur_valid_bytes; member