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

/linux-master/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);
229 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) {
1867 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc ||
1872 (lpfc_debugfs_max_slow_ring_trc - 1);
1992 if (!lpfc_debugfs_max_slow_ring_trc) {
[all...]

Completed in 212 milliseconds