Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dring_buffer.cpp351 unsigned int cur_cpy_len; in rb_read() local
366 cur_cpy_len = rbc->cur_wr_buf_idx - rbc->cur_rd_buf_idx; in rb_read()
369 cur_cpy_len = max_length - bytes_read; in rb_read()
377 cur_cpy_len = 0; in rb_read()
380 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx), in rb_read()
388 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx), in rb_read()
394 cur_cpy_len); in rb_read()
397 rbc->cur_rd_buf_idx += cur_cpy_len; in rb_read()
413 bytes_read += cur_cpy_len; in rb_read()