Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dring_buffer.cpp69 unsigned int num_min_bytes; member
328 (rbc->cur_valid_bytes >= rbc->num_min_bytes) && in rb_write()
430 if (rbc->cur_valid_bytes < rbc->num_min_bytes) { in rb_read()
547 if (rbc->cur_valid_bytes < rbc->num_min_bytes) { in rb_get_read_buf()
558 unsigned int num_min_bytes, in rb_config_threshold() argument
564 rbc->num_min_bytes = num_min_bytes; in rb_config_threshold()
Dring_buffer.h76 unsigned int num_min_bytes,