Home
last modified time | relevance | path

Searched refs:mt7615_txp_common (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.h278 struct mt7615_txp_common { struct
420 static inline struct mt7615_txp_common *
430 return (struct mt7615_txp_common *)(txwi + MT_TXD_SIZE); in mt7615_txwi_to_txp()
Dpci_mac.c28 struct mt7615_txp_common *txp; in mt7615_tx_complete_skb()
174 memset(txp, 0, sizeof(struct mt7615_txp_common)); in mt7615_tx_prepare_skb()
Dmmio.c176 .txwi_size = MT_TXD_SIZE + sizeof(struct mt7615_txp_common), in mt7615_mmio_probe()
Dmac.c730 struct mt7615_txp_common *txp; in mt7615_txp_skb_unmap()