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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dpio.c450 struct b43_txhdr *txhdr = (struct b43_txhdr *)wl->pio_scratchspace;
458 BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(struct b43_txhdr));
459 B43_WARN_ON(sizeof(wl->pio_scratchspace) < hdrlen);
606 (struct b43_rxhdr_fw4 *)wl->pio_scratchspace;
609 BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(*rxhdr));
H A Db43.h973 u8 pio_scratchspace[118] __attribute__((__aligned__(8))); member in struct:b43_wl

Completed in 164 milliseconds