Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c1141 uint32_t cqe_word_mask = 0; in ocs_queue_history_cqe() local
1154 cqe_word_mask = ocs_q_hist_cqe_masks[j].mask_err; in ocs_queue_history_cqe()
1156 cqe_word_mask = ocs_q_hist_cqe_masks[j].mask; in ocs_queue_history_cqe()
1162 for (i = ((sizeof(cqe_word_mask)*8) - 1); i >= 0; i--){ in ocs_queue_history_cqe()
1163 if ((cqe_word_mask >> i) & 1) { in ocs_queue_history_cqe()
1173 if (cqe_word_mask) { in ocs_queue_history_cqe()
1174 ftr.s.mask = cqe_word_mask; in ocs_queue_history_cqe()