Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c108 static int lpfc_debugfs_max_nvmeio_trc; variable
109 module_param(lpfc_debugfs_max_nvmeio_trc, int, 0444);
110 MODULE_PARM_DESC(lpfc_debugfs_max_nvmeio_trc,
6263 if (lpfc_debugfs_max_nvmeio_trc) { in lpfc_debugfs_initialize()
6264 num = lpfc_debugfs_max_nvmeio_trc - 1; in lpfc_debugfs_initialize()
6267 num = lpfc_debugfs_max_nvmeio_trc; in lpfc_debugfs_initialize()
6273 lpfc_debugfs_max_nvmeio_trc = (1 << i); in lpfc_debugfs_initialize()
6277 lpfc_debugfs_max_nvmeio_trc); in lpfc_debugfs_initialize()
6279 phba->nvmeio_trc_size = lpfc_debugfs_max_nvmeio_trc; in lpfc_debugfs_initialize()