Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Ddebugfs.c140 struct b43legacy_txstatus_log *log = &dev->dfsentry->txstatlog; in txstat_read_file()
396 log = &e->txstatlog; in b43legacy_debugfs_add_device()
466 kfree(e->txstatlog.log); in b43legacy_debugfs_remove_device()
480 log = &e->txstatlog; in b43legacy_debugfs_log_txstat()
Ddebugfs.h48 struct b43legacy_txstatus_log txstatlog; member
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddebugfs.h57 struct b43_txstatus_log txstatlog; member
Ddebugfs.c365 struct b43_txstatus_log *log = &dev->dfsentry->txstatlog; in txstat_read_file()
707 log = &e->txstatlog; in b43_debugfs_add_device()
795 kfree(e->txstatlog.log); in b43_debugfs_remove_device()
809 log = &e->txstatlog; in b43_debugfs_log_txstat()