Searched refs:nvmeio_trc (Results 1 – 2 of 2) sorted by relevance
1534 if (!phba->nvmeio_trc || state) in lpfc_debugfs_nvmeio_trc_data()1544 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1573 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1796 if (!phba->nvmeio_trc_on || !phba->nvmeio_trc) in lpfc_debugfs_nvme_trc()1801 dtp = phba->nvmeio_trc + index; in lpfc_debugfs_nvme_trc()2807 kfree(phba->nvmeio_trc); in lpfc_debugfs_nvmeio_trc_write()2810 phba->nvmeio_trc = kzalloc((sizeof(struct lpfc_debugfs_nvmeio_trc) * in lpfc_debugfs_nvmeio_trc_write()2812 if (!phba->nvmeio_trc) { in lpfc_debugfs_nvmeio_trc_write()5874 phba->nvmeio_trc = kzalloc( in lpfc_debugfs_initialize()5878 if (!phba->nvmeio_trc) { in lpfc_debugfs_initialize()[all …]
1053 struct lpfc_debugfs_nvmeio_trc *nvmeio_trc; member