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()3011 kfree(phba->nvmeio_trc); in lpfc_debugfs_nvmeio_trc_write()3014 phba->nvmeio_trc = kzalloc((sizeof(struct lpfc_debugfs_nvmeio_trc) * in lpfc_debugfs_nvmeio_trc_write()3016 if (!phba->nvmeio_trc) { in lpfc_debugfs_nvmeio_trc_write()6282 phba->nvmeio_trc = kzalloc( in lpfc_debugfs_initialize()6286 if (!phba->nvmeio_trc) { in lpfc_debugfs_initialize()[all …]
1349 struct lpfc_debugfs_nvmeio_trc *nvmeio_trc; member