Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c326 x = ocs_queue_history_prev_index(q_hist->q_hist_index); in ocs_ddump_queue_history()
348 x = ocs_queue_history_prev_index(x); in ocs_ddump_queue_history()
350 x = ocs_queue_history_prev_index(x); in ocs_ddump_queue_history()
359 x = ocs_queue_history_prev_index(x); in ocs_ddump_queue_history()
369 x = ocs_queue_history_prev_index(x); in ocs_ddump_queue_history()
378 x = ocs_queue_history_prev_index(x); in ocs_ddump_queue_history()
379 } while (x != ocs_queue_history_prev_index(q_hist->q_hist_index)); in ocs_ddump_queue_history()
H A Docs_utils.h225 extern uint32_t ocs_queue_history_prev_index(uint32_t);
H A Docs_utils.c1189 ocs_queue_history_prev_index(uint32_t index) in ocs_queue_history_prev_index() function