Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c96 static int lpfc_debugfs_max_disc_trc; variable
98 MODULE_PARM_DESC(lpfc_debugfs_max_disc_trc,
162 (lpfc_debugfs_max_disc_trc - 1); in lpfc_debugfs_disc_trc_data()
1836 (lpfc_debugfs_max_disc_trc - 1); in lpfc_debugfs_disc_trc()
1944 if (!lpfc_debugfs_max_disc_trc) { in lpfc_debugfs_disc_trc_open()
6311 if (lpfc_debugfs_max_disc_trc) { in lpfc_debugfs_initialize()
6312 num = lpfc_debugfs_max_disc_trc - 1; in lpfc_debugfs_initialize()
6313 if (num & lpfc_debugfs_max_disc_trc) { in lpfc_debugfs_initialize()
6315 num = lpfc_debugfs_max_disc_trc; in lpfc_debugfs_initialize()
6321 lpfc_debugfs_max_disc_trc = (1 << i); in lpfc_debugfs_initialize()
[all …]