Searched refs:mt76_txwi (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | tx.c | 36 skb_pull(skb, sizeof(struct mt76_txwi) + 4); in mt76x0_tx_skb_remove_dma_overhead() 63 need_head = sizeof(struct mt76_txwi) + 4; in mt76x0_skb_rooms() 70 static struct mt76_txwi * 77 struct mt76_txwi *txwi; in mt76x0_push_txwi() 84 txwi = (struct mt76_txwi *)skb_push(skb, sizeof(struct mt76_txwi)); in mt76x0_push_txwi() 154 struct mt76_txwi *txwi; in mt76x0_tx()
|
D | trace.h | 200 struct mt76_sta *sta, struct mt76_txwi *h), 204 __field_struct(struct mt76_txwi, h)
|
D | mac.h | 95 struct mt76_txwi { struct
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | tx.c | 103 skb_pull(skb, sizeof(struct mt76_txwi) + 4); in mt7601u_tx_skb_remove_dma_overhead() 130 need_head = sizeof(struct mt76_txwi) + 4; in mt7601u_skb_rooms() 137 static struct mt76_txwi * 144 struct mt76_txwi *txwi; in mt7601u_push_txwi() 151 txwi = skb_push(skb, sizeof(struct mt76_txwi)); in mt7601u_push_txwi() 207 struct mt76_txwi *txwi; in mt7601u_tx()
|
D | mac.h | 117 struct mt76_txwi { struct
|
D | trace.h | 287 struct mt76_sta *sta, struct mt76_txwi *h), 291 __field_struct(struct mt76_txwi, h)
|