Searched refs:lpfc_debugfs_max_slow_ring_trc (Results 1 – 1 of 1) sorted by relevance
102 static int lpfc_debugfs_max_slow_ring_trc; variable104 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,228 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc_data()1874 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()1994 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()6221 if (lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()6222 num = lpfc_debugfs_max_slow_ring_trc - 1; in lpfc_debugfs_initialize()6223 if (num & lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()6225 num = lpfc_debugfs_max_slow_ring_trc; in lpfc_debugfs_initialize()6231 lpfc_debugfs_max_slow_ring_trc = (1 << i); in lpfc_debugfs_initialize()[all …]