Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_debugfs.h335 int i, esize, qe_word_cnt, len; in lpfc_debug_dump_qe() local
345 qe_word_cnt = esize / sizeof(uint32_t); in lpfc_debug_dump_qe()
350 if (qe_word_cnt > 8) in lpfc_debug_dump_qe()
353 for (i = 0; i < qe_word_cnt; i++) { in lpfc_debug_dump_qe()
357 if (qe_word_cnt > 8) { in lpfc_debug_dump_qe()
368 if (qe_word_cnt <= 8 || (i - 1) % 8) in lpfc_debug_dump_qe()