Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/b43legacy/
Dxmit.h117 struct b43legacy_hwtxstatus { struct
205 const struct b43legacy_hwtxstatus *hw);
Dpio.c623 struct b43legacy_hwtxstatus *hw; in b43legacy_pio_rx()
625 hw = (struct b43legacy_hwtxstatus *)(preamble + 1); in b43legacy_pio_rx()
Ddma.c625 struct b43legacy_hwtxstatus *txstat; in setup_rx_descbuffer()
661 txstat = (struct b43legacy_hwtxstatus *)(skb->data); in setup_rx_descbuffer()
1552 struct b43legacy_hwtxstatus *hw = in dma_rx()
1553 (struct b43legacy_hwtxstatus *)skb->data; in dma_rx()
Dxmit.c626 const struct b43legacy_hwtxstatus *hw) in b43legacy_handle_hwtxstatus()