Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.h286 struct mt7615_txp_common { struct
386 static inline struct mt7615_txp_common *
396 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()
171 memset(txp, 0, sizeof(struct mt7615_txp_common)); in mt7615_tx_prepare_skb()
Dmmio.c188 .txwi_size = MT_TXD_SIZE + sizeof(struct mt7615_txp_common), in mt7615_mmio_probe()
Dmac.c813 struct mt7615_txp_common *txp; in mt7615_txp_skb_unmap()