Home
last modified time | relevance | path

Searched refs:pio_scratchspace (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43/
Dpio.c463 struct b43_txhdr *txhdr = (struct b43_txhdr *)wl->pio_scratchspace; in pio_tx_frame()
471 BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(struct b43_txhdr)); in pio_tx_frame()
472 B43_WARN_ON(sizeof(wl->pio_scratchspace) < hdrlen); in pio_tx_frame()
619 (struct b43_rxhdr_fw4 *)wl->pio_scratchspace; in pio_rx_frame()
622 BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(*rxhdr)); in pio_rx_frame()
Db43.h947 u8 pio_scratchspace[118] __attribute__((__aligned__(8))); member