Searched refs:txwi_size (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | dma.c | 53 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 D | mt76.h | 450 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 D | pci.c | 23 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x2e_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci_mac.c | 27 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7921e_tx_prepare_skb()
|
H A D | usb.c | 150 .txwi_size = MT_SDIO_TXD_SIZE, in mt7921u_probe()
|
H A D | sdio.c | 92 .txwi_size = MT_SDIO_TXD_SIZE, in mt7921s_probe()
|
H A D | pci.c | 233 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7921_pci_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mmio.c | 171 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_txp_common), in mt7615_mmio_probe()
|
H A D | sdio.c | 80 .txwi_size = MT_USB_TXD_SIZE, in mt7663s_probe()
|
H A D | usb.c | 116 .txwi_size = MT_USB_TXD_SIZE, in mt7663u_probe()
|
H A D | pci_mac.c | 94 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/ |
H A D | pci.c | 153 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x0e_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mmio.c | 332 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7996_mmio_probe()
|
H A D | mac.c | 963 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | init.c | 9 .txwi_size = MT_TXD_SIZE,
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mmio.c | 992 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7915_mmio_probe()
|
H A D | mac.c | 782 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()
|