ocs_ramlog_next_idx
static uint32_t ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx);
ramlog->cur_textbuf_idx = ocs_ramlog_next_idx(ramlog, ramlog->cur_textbuf_idx);
idx = ocs_ramlog_next_idx(ramlog, ramlog->textbuf_count);
idx = ocs_ramlog_next_idx(ramlog, idx);