Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_debugfs.h336 int i, esize, qe_word_cnt, len; in lpfc_debug_dump_qe() local
346 qe_word_cnt = esize / sizeof(uint32_t); in lpfc_debug_dump_qe()
351 if (qe_word_cnt > 8) in lpfc_debug_dump_qe()
354 for (i = 0; i < qe_word_cnt; i++) { in lpfc_debug_dump_qe()
358 if (qe_word_cnt > 8) { in lpfc_debug_dump_qe()
369 if (qe_word_cnt <= 8 || (i - 1) % 8) in lpfc_debug_dump_qe()