Home
last modified time | relevance | path

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

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