Home
last modified time | relevance | path

Searched refs:mt7921_txp_common (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/
Dmac.h312 static inline struct mt7921_txp_common *
322 return (struct mt7921_txp_common *)(txwi + MT_TXD_SIZE); in mt7921_txwi_to_txp()
347 struct mt7921_txp_common { struct
Dmac.c873 struct mt7921_txp_common *txp; in mt7921_tx_prepare_skb()
895 txp = (struct mt7921_txp_common *)(txwi + MT_TXD_SIZE); in mt7921_tx_prepare_skb()
896 memset(txp, 0, sizeof(struct mt7921_txp_common)); in mt7921_tx_prepare_skb()
968 struct mt7921_txp_common *txp; in mt7921_txp_skb_unmap()
1106 struct mt7921_txp_common *txp; in mt7921_tx_complete_skb()
Dpci.c96 .txwi_size = MT_TXD_SIZE + sizeof(struct mt7921_txp_common), in mt7921_pci_probe()