Searched refs:lpfc_debugfs_max_disc_trc (Results 1 – 1 of 1) sorted by relevance
96 static int lpfc_debugfs_max_disc_trc; variable98 MODULE_PARM_DESC(lpfc_debugfs_max_disc_trc,162 (lpfc_debugfs_max_disc_trc - 1); in lpfc_debugfs_disc_trc_data()1834 (lpfc_debugfs_max_disc_trc - 1); in lpfc_debugfs_disc_trc()1942 if (!lpfc_debugfs_max_disc_trc) { in lpfc_debugfs_disc_trc_open()6309 if (lpfc_debugfs_max_disc_trc) { in lpfc_debugfs_initialize()6310 num = lpfc_debugfs_max_disc_trc - 1; in lpfc_debugfs_initialize()6311 if (num & lpfc_debugfs_max_disc_trc) { in lpfc_debugfs_initialize()6313 num = lpfc_debugfs_max_disc_trc; in lpfc_debugfs_initialize()6319 lpfc_debugfs_max_disc_trc = (1 << i); in lpfc_debugfs_initialize()[all …]