Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h118 struct b43legacy_hwtxstatus { struct
206 const struct b43legacy_hwtxstatus *hw);
H A Ddma.c425 struct b43legacy_hwtxstatus *txstat; in setup_rx_descbuffer()
460 txstat = (struct b43legacy_hwtxstatus *)(skb->data); in setup_rx_descbuffer()
1238 struct b43legacy_hwtxstatus *hw = in dma_rx()
1239 (struct b43legacy_hwtxstatus *)skb->data; in dma_rx()
H A Dpio.c609 struct b43legacy_hwtxstatus *hw; in b43legacy_pio_rx()
611 hw = (struct b43legacy_hwtxstatus *)(preamble + 1); in b43legacy_pio_rx()
H A Dxmit.c599 const struct b43legacy_hwtxstatus *hw) in b43legacy_handle_hwtxstatus()