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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp350 unsigned int cur_cpy_len; local
365 cur_cpy_len = rbc->cur_wr_buf_idx - rbc->cur_rd_buf_idx;
368 cur_cpy_len = max_length - bytes_read;
376 cur_cpy_len = 0;
379 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx),
387 cur_cpy_len = RB_MIN((rbc->each_buf_size - rbc->cur_rd_buf_idx),
393 cur_cpy_len);
396 rbc->cur_rd_buf_idx += cur_cpy_len;
412 bytes_read += cur_cpy_len;

Completed in 152 milliseconds