Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.h6 struct b43legacy_txstatus;
25 struct b43legacy_txstatus *log;
61 const struct b43legacy_txstatus *status);
82 const struct b43legacy_txstatus *status) in b43legacy_debugfs_log_txstat()
H A Ddma.h105 struct b43legacy_txstatus;
191 const struct b43legacy_txstatus *status);
215 const struct b43legacy_txstatus *status) in b43legacy_dma_handle_txstatus()
H A Dpio.h104 const struct b43legacy_txstatus *status);
133 const struct b43legacy_txstatus *status) in b43legacy_pio_handle_txstatus()
H A Ddebugfs.c131 struct b43legacy_txstatus *stat; in txstat_read_file()
373 sizeof(struct b43legacy_txstatus), GFP_KERNEL); in b43legacy_debugfs_add_device()
422 const struct b43legacy_txstatus *status) in b43legacy_debugfs_log_txstat()
426 struct b43legacy_txstatus *cur; in b43legacy_debugfs_log_txstat()
H A Dxmit.h91 struct b43legacy_txstatus { struct
203 const struct b43legacy_txstatus *status);
H A Dxmit.c574 const struct b43legacy_txstatus *status) in b43legacy_handle_txstatus()
601 struct b43legacy_txstatus status; in b43legacy_handle_hwtxstatus()
H A Dpio.c475 const struct b43legacy_txstatus *status) in b43legacy_pio_handle_txstatus()
H A Ddma.c1102 const struct b43legacy_txstatus *status) in b43legacy_dma_handle_txstatus()
H A Dmain.c709 struct b43legacy_txstatus stat; in handle_irq_transmit_status()