Searched refs:lpfc_debugfs_max_slow_ring_trc (Results 1 – 1 of 1) sorted by relevance
104 static int lpfc_debugfs_max_slow_ring_trc; variable105 module_param(lpfc_debugfs_max_slow_ring_trc, int, S_IRUGO);106 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,230 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc_data()231 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) { in lpfc_debugfs_slow_ring_trc_data()1758 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc || in lpfc_debugfs_slow_ring_trc()1763 (lpfc_debugfs_max_slow_ring_trc - 1); in lpfc_debugfs_slow_ring_trc()1883 if (!lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_slow_ring_trc_open()1893 size = (lpfc_debugfs_max_slow_ring_trc * LPFC_DEBUG_TRC_ENTRY_SIZE); in lpfc_debugfs_slow_ring_trc_open()5810 if (lpfc_debugfs_max_slow_ring_trc) { in lpfc_debugfs_initialize()[all …]