Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad_debugfs.c495 static atomic_t bna_debugfs_port_count; variable
508 atomic_set(&bna_debugfs_port_count, 0); in bnad_debugfs_init()
527 atomic_inc(&bna_debugfs_port_count); in bnad_debugfs_init()
564 atomic_dec(&bna_debugfs_port_count); in bnad_debugfs_uninit()
568 if (atomic_read(&bna_debugfs_port_count) == 0) { in bnad_debugfs_uninit()