Searched refs:nvmeio_trc (Results 1 – 2 of 2) sorted by relevance
1610 if (!phba->nvmeio_trc || state) in lpfc_debugfs_nvmeio_trc_data()1620 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1649 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1907 if (!phba->nvmeio_trc_on || !phba->nvmeio_trc) in lpfc_debugfs_nvme_trc()1912 dtp = phba->nvmeio_trc + index; in lpfc_debugfs_nvme_trc()3004 kfree(phba->nvmeio_trc); in lpfc_debugfs_nvmeio_trc_write()3007 phba->nvmeio_trc = kzalloc((sizeof(struct lpfc_debugfs_nvmeio_trc) * in lpfc_debugfs_nvmeio_trc_write()3009 if (!phba->nvmeio_trc) { in lpfc_debugfs_nvmeio_trc_write()6275 phba->nvmeio_trc = kzalloc( in lpfc_debugfs_initialize()6279 if (!phba->nvmeio_trc) { in lpfc_debugfs_initialize()[all …]
1377 struct lpfc_debugfs_nvmeio_trc *nvmeio_trc; member