Searched refs:txwi_size (Results 1 – 20 of 20) sorted by relevance
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | dma.c | 22 size = L1_CACHE_ALIGN(dev->drv->txwi_size + sizeof(*t)); in mt76_alloc_txwi() 27 addr = dma_map_single(dev->dma_dev, txwi, dev->drv->txwi_size, in mt76_alloc_txwi() 34 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi() 139 dma_unmap_single(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_free_pending_txwi() 682 tx_info.buf[n++].len = dev->drv->txwi_size; in mt76_dma_tx_queue_skb() 705 dma_sync_single_for_cpu(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_dma_tx_queue_skb() 708 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 | 548 u16 txwi_size; member 1394 return (u8 *)t - dev->drv->txwi_size; in mt76_get_txwi_ptr()
|
| /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 | sdio.c | 92 .txwi_size = MT_SDIO_TXD_SIZE, in mt7921s_probe()
|
| H A D | usb.c | 148 .txwi_size = MT_SDIO_TXD_SIZE, in mt7921u_probe()
|
| H A D | pci.c | 242 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7921_pci_probe()
|
| /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/mt7925/ |
| H A D | pci_mac.c | 27 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7925e_tx_prepare_skb()
|
| H A D | usb.c | 136 .txwi_size = MT_SDIO_TXD_SIZE, in mt7925u_probe()
|
| H A D | pci.c | 278 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7925_pci_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | sdio.c | 80 .txwi_size = MT_USB_TXD_SIZE, in mt7663s_probe()
|
| H A D | mmio.c | 171 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_txp_common), in mt7615_mmio_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 | 157 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x0e_probe()
|
| /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 | 934 .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()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 836 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7996_mmio_probe()
|
| H A D | mac.c | 1093 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb()
|