Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1332 atomic_t debugfs_vport_count; member
H A Dlpfc_debugfs.c6067 atomic_set(&phba->debugfs_vport_count, 0); in lpfc_debugfs_initialize()
6308 atomic_inc(&phba->debugfs_vport_count); in lpfc_debugfs_initialize()
6522 atomic_dec(&phba->debugfs_vport_count); in lpfc_debugfs_terminate()
6525 if (atomic_read(&phba->debugfs_vport_count) == 0) { in lpfc_debugfs_terminate()