Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_debugfs.c102 static int lpfc_debugfs_max_slow_ring_trc; variable
103 module_param(lpfc_debugfs_max_slow_ring_trc, int, S_IRUGO);
104 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,
228 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc_data()
229 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) { in lpfc_debugfs_slow_ring_trc_data()
1871 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc || in lpfc_debugfs_slow_ring_trc()
1876 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()
1996 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()
2006 size = (lpfc_debugfs_max_slow_ring_trc * LPFC_DEBUG_TRC_ENTRY_SIZE); in lpfc_debugfs_slow_ring_trc_open()
6028 if (lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()
[all …]