Home
last modified time | relevance | path

Searched refs:disc_trc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c164 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data()
175 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data()
1832 !vport || !vport->disc_trc) in lpfc_debugfs_disc_trc()
1837 dtp = vport->disc_trc + index; in lpfc_debugfs_disc_trc()
6327 vport->disc_trc = kzalloc( in lpfc_debugfs_initialize()
6331 if (!vport->disc_trc) { in lpfc_debugfs_initialize()
6498 kfree(vport->disc_trc); in lpfc_debugfs_terminate()
6499 vport->disc_trc = NULL; in lpfc_debugfs_terminate()
H A Dlpfc.h708 struct lpfc_debugfs_trc *disc_trc; member