Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_debugfs.c110 static int lpfc_debugfs_max_nvmeio_trc; variable
111 module_param(lpfc_debugfs_max_nvmeio_trc, int, 0444);
112 MODULE_PARM_DESC(lpfc_debugfs_max_nvmeio_trc,
5855 if (lpfc_debugfs_max_nvmeio_trc) { in lpfc_debugfs_initialize()
5856 num = lpfc_debugfs_max_nvmeio_trc - 1; in lpfc_debugfs_initialize()
5859 num = lpfc_debugfs_max_nvmeio_trc; in lpfc_debugfs_initialize()
5865 lpfc_debugfs_max_nvmeio_trc = (1 << i); in lpfc_debugfs_initialize()
5869 lpfc_debugfs_max_nvmeio_trc); in lpfc_debugfs_initialize()
5871 phba->nvmeio_trc_size = lpfc_debugfs_max_nvmeio_trc; in lpfc_debugfs_initialize()