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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_utils.c979 q_hist->q_hist_index = 0;
1007 q_hist->q_hist[q_hist->q_hist_index] = (qid << 16) | qindex;
1008 q_hist->q_hist_index++;
1009 q_hist->q_hist_index = q_hist->q_hist_index % OCS_Q_HIST_SIZE;
1020 q_hist->q_hist[q_hist->q_hist_index] = ((tsc_value >> 32 ) & 0xFFFFFFFF);
1021 q_hist->q_hist_index++;
1022 q_hist->q_hist_index = q_hist->q_hist_index % OCS_Q_HIST_SIZE;
1023 q_hist->q_hist[q_hist->q_hist_index]
[all...]
H A Docs_ddump.c313 ocs_ddump_value(textbuf, "index", "%d", q_hist->q_hist_index);
328 x = ocs_queue_history_prev_index(q_hist->q_hist_index);
369 if ((mask & 1) && (x != q_hist->q_hist_index)){
381 } while (x != ocs_queue_history_prev_index(q_hist->q_hist_index));
H A Docs_utils.h218 uint32_t q_hist_index; member in struct:__anon13880

Completed in 56 milliseconds