Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Ddebugfs.h6 struct b43legacy_txstatus;
25 struct b43legacy_txstatus *log;
64 const struct b43legacy_txstatus *status);
85 const struct b43legacy_txstatus *status) in b43legacy_debugfs_log_txstat()
Ddma.h105 struct b43legacy_txstatus;
191 const struct b43legacy_txstatus *status);
215 const struct b43legacy_txstatus *status) in b43legacy_dma_handle_txstatus()
Dpio.h105 const struct b43legacy_txstatus *status);
134 const struct b43legacy_txstatus *status) in b43legacy_pio_handle_txstatus()
Dxmit.h91 struct b43legacy_txstatus { struct
203 const struct b43legacy_txstatus *status);
Ddebugfs.c144 struct b43legacy_txstatus *stat; in txstat_read_file()
398 sizeof(struct b43legacy_txstatus), GFP_KERNEL); in b43legacy_debugfs_add_device()
471 const struct b43legacy_txstatus *status) in b43legacy_debugfs_log_txstat()
475 struct b43legacy_txstatus *cur; in b43legacy_debugfs_log_txstat()
Dxmit.c586 const struct b43legacy_txstatus *status) in b43legacy_handle_txstatus()
613 struct b43legacy_txstatus status; in b43legacy_handle_hwtxstatus()
Dpio.c489 const struct b43legacy_txstatus *status) in b43legacy_pio_handle_txstatus()
Ddma.c1187 const struct b43legacy_txstatus *status) in b43legacy_dma_handle_txstatus()
Dmain.c737 struct b43legacy_txstatus stat; in handle_irq_transmit_status()