Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c85 * lpfc_debugfs_max_slow_ring_trc events that happened on a specific HBA.
88 * lpfc_debugfs_max_slow_ring_trc=X Where X is the event trace depth for
102 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()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c85 * lpfc_debugfs_max_slow_ring_trc events that happened on a specific HBA.
88 * lpfc_debugfs_max_slow_ring_trc=X Where X is the event trace depth for
102 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()
1869 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc || in lpfc_debugfs_slow_ring_trc()
1874 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()
1994 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()
[all...]

Completed in 9 milliseconds