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

/freebsd-current/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);
2486 ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx) function
2534 idx = ocs_ramlog_next_idx(ramlog, ramlog->textbuf_count);
2539 idx = ocs_ramlog_next_idx(ramlog, idx);

Completed in 110 milliseconds