Home
last modified time | relevance | path

Searched refs:MT_SDIO_HDR_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio_mcu.c77 .headroom = MT_SDIO_HDR_SIZE + in mt7921s_mcu_init()
H A Dmac.c792 err = skb_cow_head(skb, MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE); in mt7921_usb_sdio_tx_prepare_skb()
829 __le32 *txwi = (__le32 *)(e->skb->data + MT_SDIO_HDR_SIZE); in mt7921_usb_sdio_tx_complete_skb()
830 unsigned int headroom = MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_usb_sdio_tx_complete_skb()
H A Dinit.c237 hw->extra_tx_headroom += MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE; in mt7921_register_device()
H A Dusb.c60 .headroom = MT_SDIO_HDR_SIZE + in mt7921u_mcu_init()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac.h42 #define MT_SDIO_HDR_SIZE 4 macro