Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbnad_debugfs.c497 static atomic_t bna_debugfs_port_count; variable
510 atomic_set(&bna_debugfs_port_count, 0); in bnad_debugfs_init()
529 atomic_inc(&bna_debugfs_port_count); in bnad_debugfs_init()
566 atomic_dec(&bna_debugfs_port_count); in bnad_debugfs_uninit()
570 if (atomic_read(&bna_debugfs_port_count) == 0) { in bnad_debugfs_uninit()