Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c489 static atomic_t bna_debugfs_port_count; variable
502 atomic_set(&bna_debugfs_port_count, 0); in bnad_debugfs_init()
521 atomic_inc(&bna_debugfs_port_count); in bnad_debugfs_init()
558 atomic_dec(&bna_debugfs_port_count); in bnad_debugfs_uninit()
562 if (atomic_read(&bna_debugfs_port_count) == 0) { in bnad_debugfs_uninit()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c489 static atomic_t bna_debugfs_port_count; variable
502 atomic_set(&bna_debugfs_port_count, 0); in bnad_debugfs_init()
516 atomic_inc(&bna_debugfs_port_count); in bnad_debugfs_init()
553 atomic_dec(&bna_debugfs_port_count); in bnad_debugfs_uninit()
557 if (atomic_read(&bna_debugfs_port_count) == 0) { in bnad_debugfs_uninit()

Completed in 2 milliseconds