Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c103 static int lpfc_debugfs_max_slow_ring_trc; variable
104 module_param(lpfc_debugfs_max_slow_ring_trc, int, S_IRUGO);
105 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,
229 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc_data()
230 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) { in lpfc_debugfs_slow_ring_trc_data()
1846 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc || in lpfc_debugfs_slow_ring_trc()
1851 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()
1971 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()
1981 size = (lpfc_debugfs_max_slow_ring_trc * LPFC_DEBUG_TRC_ENTRY_SIZE); in lpfc_debugfs_slow_ring_trc_open()
6164 if (lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()
[all …]