Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h131 struct b43legacy_rxhdr_fw3 { struct
132 frame_lenb43legacy_rxhdr_fw3 global() argument
134 phy_status0b43legacy_rxhdr_fw3 global() argument
135 jssib43legacy_rxhdr_fw3 global() argument
136 sig_qualb43legacy_rxhdr_fw3 global() argument
138 phy_status3b43legacy_rxhdr_fw3 global() argument
139 mac_statusb43legacy_rxhdr_fw3 global() argument
140 mac_timeb43legacy_rxhdr_fw3 global() argument
141 channelb43legacy_rxhdr_fw3 global() argument
H A Ddma.c424 struct b43legacy_rxhdr_fw3 *rxhdr; in setup_rx_descbuffer()
458 rxhdr = (struct b43legacy_rxhdr_fw3 *)(skb->data); in setup_rx_descbuffer()
1225 struct b43legacy_rxhdr_fw3 *rxhdr; in dma_rx()
1256 rxhdr = (struct b43legacy_rxhdr_fw3 *)skb->data; in dma_rx()
H A Dpio.c556 struct b43legacy_rxhdr_fw3 *rxhdr; in b43legacy_pio_rx()
599 rxhdr = (struct b43legacy_rxhdr_fw3 *)preamble; in b43legacy_pio_rx()
H A Dxmit.c425 const struct b43legacy_rxhdr_fw3 *rxhdr = _rxhdr; in b43legacy_rx()