Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_debugfs.h293 int i, esize, qe_word_cnt, len; in lpfc_debug_dump_qe() local
303 qe_word_cnt = esize / sizeof(uint32_t); in lpfc_debug_dump_qe()
308 if (qe_word_cnt > 8) in lpfc_debug_dump_qe()
311 for (i = 0; i < qe_word_cnt; i++) { in lpfc_debug_dump_qe()
315 if (qe_word_cnt > 8) { in lpfc_debug_dump_qe()
326 if (qe_word_cnt <= 8 || (i - 1) % 8) in lpfc_debug_dump_qe()