Searched refs:nvmeio_trc (Results 1 – 2 of 2) sorted by relevance
1612 if (!phba->nvmeio_trc || state) in lpfc_debugfs_nvmeio_trc_data()1622 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1651 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1909 if (!phba->nvmeio_trc_on || !phba->nvmeio_trc) in lpfc_debugfs_nvme_trc()1914 dtp = phba->nvmeio_trc + index; in lpfc_debugfs_nvme_trc()3006 kfree(phba->nvmeio_trc); in lpfc_debugfs_nvmeio_trc_write()3009 phba->nvmeio_trc = kzalloc((sizeof(struct lpfc_debugfs_nvmeio_trc) * in lpfc_debugfs_nvmeio_trc_write()3011 if (!phba->nvmeio_trc) { in lpfc_debugfs_nvmeio_trc_write()6092 phba->nvmeio_trc = kzalloc( in lpfc_debugfs_initialize()6096 if (!phba->nvmeio_trc) { in lpfc_debugfs_initialize()[all …]
1080 struct lpfc_debugfs_nvmeio_trc *nvmeio_trc; member