Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c326 B43legacy_DEBUGFS_FOPS(txstat, txstat_read_file, NULL, 0);
394 ADD_FILE(txstat, 0400); in b43legacy_debugfs_add_device()
H A Ddma.c425 struct b43legacy_hwtxstatus *txstat; in setup_rx_descbuffer() local
460 txstat = (struct b43legacy_hwtxstatus *)(skb->data); in setup_rx_descbuffer()
461 txstat->cookie = 0; in setup_rx_descbuffer()
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c624 B43_DEBUGFS_FOPS(txstat, txstat_read_file, NULL);
717 ADD_FILE(txstat, 0400); in b43_debugfs_add_device()
H A Ddma.c1421 const struct b43_txstatus *txstat; in b43_dma_handle_txstatus() local
1521 txstat = &fake; in b43_dma_handle_txstatus()
1523 txstat = status; in b43_dma_handle_txstatus()
1526 txstat); in b43_dma_handle_txstatus()