Searched refs:lpfc_debugfs_max_disc_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.c67 * lpfc_debugfs_max_disc_trc events that happened on a specific vport.
71 * lpfc_debugfs_max_disc_trc=X Where X is the event trace depth for
89 static int lpfc_debugfs_max_disc_trc; variable
90 module_param(lpfc_debugfs_max_disc_trc, int, 0);
91 MODULE_PARM_DESC(lpfc_debugfs_max_disc_trc,
163 (lpfc_debugfs_max_disc_trc - 1);
164 for (i = index; i < lpfc_debugfs_max_disc_trc; i++) {
634 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_disc_trc ||
639 (lpfc_debugfs_max_disc_trc - 1);
713 if (!lpfc_debugfs_max_disc_trc) {
[all...]

Completed in 26 milliseconds