Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h97 struct mt76x02_rxwi { struct
H A Dmt76x02_txrx.c46 skb_pull(skb, sizeof(struct mt76x02_rxwi)); in mt76x02_queue_rx_skb()
H A Dmt76x02_mmio.c175 BUILD_BUG_ON(sizeof(struct mt76x02_rxwi) > MT_RX_HEADROOM); in mt76x02_dma_init()
224 q->buf_offset = MT_RX_HEADROOM - sizeof(struct mt76x02_rxwi); in mt76x02_dma_init()
H A Dmt76x02_mac.c778 struct mt76x02_rxwi *rxwi = rxi; in mt76x02_mac_process_rx()