Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c6305 if (!vport->vport_debugfs_root) { in lpfc_debugfs_initialize()
6306 vport->vport_debugfs_root = in lpfc_debugfs_initialize()
6342 vport->vport_debugfs_root, in lpfc_debugfs_initialize()
6347 vport->vport_debugfs_root, in lpfc_debugfs_initialize()
6353 vport->vport_debugfs_root, in lpfc_debugfs_initialize()
6359 vport->vport_debugfs_root, in lpfc_debugfs_initialize()
6370 vport->vport_debugfs_root, in lpfc_debugfs_initialize()
6381 vport->vport_debugfs_root, in lpfc_debugfs_initialize()
6519 if (vport->vport_debugfs_root) { in lpfc_debugfs_terminate()
6520 debugfs_remove(vport->vport_debugfs_root); /* vportX */ in lpfc_debugfs_terminate()
[all …]
H A Dlpfc.h707 struct dentry *vport_debugfs_root; member