Searched refs:nvmeio_trc (Results 1 – 2 of 2) sorted by relevance
1213 if (!phba->nvmeio_trc || state) in lpfc_debugfs_nvmeio_trc_data()1223 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1252 dtp = phba->nvmeio_trc + i; in lpfc_debugfs_nvmeio_trc_data()1464 if (!phba->nvmeio_trc_on || !phba->nvmeio_trc) in lpfc_debugfs_nvme_trc()1469 dtp = phba->nvmeio_trc + index; in lpfc_debugfs_nvme_trc()2312 kfree(phba->nvmeio_trc); in lpfc_debugfs_nvmeio_trc_write()2315 phba->nvmeio_trc = kzalloc((sizeof(struct lpfc_debugfs_nvmeio_trc) * in lpfc_debugfs_nvmeio_trc_write()2317 if (!phba->nvmeio_trc) { in lpfc_debugfs_nvmeio_trc_write()5551 phba->nvmeio_trc = kzalloc( in lpfc_debugfs_initialize()5555 if (!phba->nvmeio_trc) { in lpfc_debugfs_initialize()[all …]
1011 struct lpfc_debugfs_nvmeio_trc *nvmeio_trc; member