Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h344 int i, esize, qe_word_cnt, len; in lpfc_debug_dump_qe() local
354 qe_word_cnt = esize / sizeof(uint32_t); in lpfc_debug_dump_qe()
359 if (qe_word_cnt > 8) in lpfc_debug_dump_qe()
362 for (i = 0; i < qe_word_cnt; i++) { in lpfc_debug_dump_qe()
366 if (qe_word_cnt > 8) { in lpfc_debug_dump_qe()
377 if (qe_word_cnt <= 8 || (i - 1) % 8) in lpfc_debug_dump_qe()