Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c102 static int lpfc_debugfs_max_slow_ring_trc; variable
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()
1872 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()
1992 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()
6219 if (lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()
6220 num = lpfc_debugfs_max_slow_ring_trc - 1; in lpfc_debugfs_initialize()
6221 if (num & lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()
6223 num = lpfc_debugfs_max_slow_ring_trc; in lpfc_debugfs_initialize()
6229 lpfc_debugfs_max_slow_ring_trc = (1 << i); in lpfc_debugfs_initialize()
[all …]