Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c109 static int lpfc_debugfs_max_nvmeio_trc; variable
110 module_param(lpfc_debugfs_max_nvmeio_trc, int, 0444);
111 MODULE_PARM_DESC(lpfc_debugfs_max_nvmeio_trc,
6200 if (lpfc_debugfs_max_nvmeio_trc) { in lpfc_debugfs_initialize()
6201 num = lpfc_debugfs_max_nvmeio_trc - 1; in lpfc_debugfs_initialize()
6202 if (num & lpfc_debugfs_max_nvmeio_trc) { in lpfc_debugfs_initialize()
6204 num = lpfc_debugfs_max_nvmeio_trc; in lpfc_debugfs_initialize()
6210 lpfc_debugfs_max_nvmeio_trc = (1 << i); in lpfc_debugfs_initialize()
6213 lpfc_debugfs_max_nvmeio_trc); in lpfc_debugfs_initialize()
6215 phba->nvmeio_trc_size = lpfc_debugfs_max_nvmeio_trc; in lpfc_debugfs_initialize()