Searched refs:lpfc_debugfs_max_slow_ring_trc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c80 * lpfc_debugfs_max_slow_ring_trc events that happened on a specific HBA.
83 * lpfc_debugfs_max_slow_ring_trc=X Where X is the event trace depth for
97 static int lpfc_debugfs_max_slow_ring_trc; variable
98 module_param(lpfc_debugfs_max_slow_ring_trc, int, S_IRUGO);
99 MODULE_PARM_DESC(lpfc_debugfs_max_slow_ring_trc,
217 (lpfc_debugfs_max_slow_ring_trc - 1); lpfc_debugfs_slow_ring_trc_data()
218 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) { lpfc_debugfs_slow_ring_trc_data()
683 if (!lpfc_debugfs_enable || !lpfc_debugfs_max_slow_ring_trc || lpfc_debugfs_slow_ring_trc()
688 (lpfc_debugfs_max_slow_ring_trc - 1); lpfc_debugfs_slow_ring_trc()
774 if (!lpfc_debugfs_max_slow_ring_trc) { lpfc_debugfs_slow_ring_trc_open()
784 size = (lpfc_debugfs_max_slow_ring_trc * LPFC_DEBUG_TRC_ENTRY_SIZE); lpfc_debugfs_slow_ring_trc_open()
4232 if (lpfc_debugfs_max_slow_ring_trc) { lpfc_debugfs_initialize()
4233 num = lpfc_debugfs_max_slow_ring_trc - 1; lpfc_debugfs_initialize()
4234 if (num & lpfc_debugfs_max_slow_ring_trc) { lpfc_debugfs_initialize()
4236 num = lpfc_debugfs_max_slow_ring_trc; lpfc_debugfs_initialize()
4242 lpfc_debugfs_max_slow_ring_trc = (1 << i); lpfc_debugfs_initialize()
4263 lpfc_debugfs_max_slow_ring_trc), lpfc_debugfs_initialize()
4274 lpfc_debugfs_max_slow_ring_trc)); lpfc_debugfs_initialize()

Completed in 55 milliseconds