Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_debugfs.c97 static int lpfc_debugfs_max_slow_ring_trc; variable
98 module_param(lpfc_debugfs_max_slow_ring_trc, int, S_IRUGO);
99 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,
217 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc_data()
218 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) { in lpfc_debugfs_slow_ring_trc_data()
683 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc || in lpfc_debugfs_slow_ring_trc()
688 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()
774 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()
784 size = (lpfc_debugfs_max_slow_ring_trc * LPFC_DEBUG_TRC_ENTRY_SIZE); in lpfc_debugfs_slow_ring_trc_open()
4232 if (lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()
[all …]