Home
last modified time | relevance | path

Searched refs:txwi_size (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c53 size = L1_CACHE_ALIGN(dev->drv->txwi_size + sizeof(*t)); in mt76_alloc_txwi()
58 addr = dma_map_single(dev->dma_dev, txwi, dev->drv->txwi_size, in mt76_alloc_txwi()
60 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi()
165 dma_unmap_single(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_free_pending_txwi()
536 tx_info.buf[n++].len = dev->drv->txwi_size; in mt76_dma_tx_queue_skb()
559 dma_sync_single_for_cpu(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_dma_tx_queue_skb()
562 dma_sync_single_for_device(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_dma_tx_queue_skb()
H A Dmt76.h450 u16 txwi_size; member
1158 return (u8 *)t - dev->drv->txwi_size; in mt76_get_txwi_ptr()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci.c23 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x2e_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci_mac.c27 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7921e_tx_prepare_skb()
H A Dusb.c150 .txwi_size = MT_SDIO_TXD_SIZE, in mt7921u_probe()
H A Dsdio.c92 .txwi_size = MT_SDIO_TXD_SIZE, in mt7921s_probe()
H A Dpci.c233 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7921_pci_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmmio.c171 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_txp_common), in mt7615_mmio_probe()
H A Dsdio.c80 .txwi_size = MT_USB_TXD_SIZE, in mt7663s_probe()
H A Dusb.c116 .txwi_size = MT_USB_TXD_SIZE, in mt7663u_probe()
H A Dpci_mac.c94 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c153 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x0e_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmmio.c332 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7996_mmio_probe()
H A Dmac.c963 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c9 .txwi_size = MT_TXD_SIZE,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c992 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7915_mmio_probe()
H A Dmac.c782 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()