Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c2295 static uint32_t ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx);
2463 ramlog->cur_textbuf_idx = ocs_ramlog_next_idx(ramlog, ramlog->cur_textbuf_idx); in ocs_ramlog_vprintf()
2486 ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx) in ocs_ramlog_next_idx() function
2534 idx = ocs_ramlog_next_idx(ramlog, ramlog->textbuf_count); in ocs_ddump_ramlog()
2539 idx = ocs_ramlog_next_idx(ramlog, idx); in ocs_ddump_ramlog()