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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c78 * lpfc_debugfs_max_slow_ring_trc events that happened on a specific HBA.
81 * lpfc_debugfs_max_slow_ring_trc=X Where X is the event trace depth for
95 static int lpfc_debugfs_max_slow_ring_trc; variable
96 module_param(lpfc_debugfs_max_slow_ring_trc, int, 0);
97 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,
224 (lpfc_debugfs_max_slow_ring_trc - 1);
225 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) {
672 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc ||
677 (lpfc_debugfs_max_slow_ring_trc - 1);
763 if (!lpfc_debugfs_max_slow_ring_trc) {
[all...]

Completed in 33 milliseconds