Searched refs:txwi_size (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | dma.c | 19 size = L1_CACHE_ALIGN(dev->drv->txwi_size + sizeof(*t)); in mt76_alloc_txwi() 24 addr = dma_map_single(dev->dma_dev, txwi, dev->drv->txwi_size, in mt76_alloc_txwi() 31 t = (struct mt76_txwi_cache *)(txwi + dev->drv->txwi_size); in mt76_alloc_txwi() 136 dma_unmap_single(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_free_pending_txwi() 710 tx_info.buf[n++].len = dev->drv->txwi_size; in mt76_dma_tx_queue_skb() 733 dma_sync_single_for_cpu(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_dma_tx_queue_skb() 736 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 | 547 u16 txwi_size; member 1404 return (u8 *)t - dev->drv->txwi_size; in mt76_get_txwi_ptr()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800usb.c | 721 unsigned short txwi_size, rxwi_size; in rt2800usb_queue_init() local 723 rt2800_get_txwi_rxwi_size(rt2x00dev, &txwi_size, &rxwi_size); in rt2800usb_queue_init() 741 queue->winfo_size = txwi_size; in rt2800usb_queue_init() 749 queue->winfo_size = txwi_size; in rt2800usb_queue_init()
|
| /linux/drivers/net/wireless/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 | pci.c | 264 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7921_pci_probe()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | pci_mac.c | 28 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7925e_tx_prepare_skb()
|
| H A D | usb.c | 154 .txwi_size = MT_SDIO_TXD_SIZE, in mt7925u_probe()
|
| H A D | pci.c | 533 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_hw_txp), in mt7925_pci_probe()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | pci_mac.c | 92 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 922 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7915_mmio_probe()
|
| H A D | mac.c | 761 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 837 .txwi_size = MT_TXD_SIZE + sizeof(struct mt76_connac_fw_txp), in mt7996_mmio_probe()
|
| H A D | mac.c | 1089 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb()
|