Home
last modified time | relevance | path

Searched refs:mt76x2_txwi (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_core.c24 skb_pull(skb, sizeof(struct mt76x2_txwi) + MT_DMA_HDR_LEN); in mt76x2u_remove_dma_hdr()
38 need_head = sizeof(struct mt76x2_txwi) + MT_DMA_HDR_LEN; in mt76x2u_check_skb_rooms()
85 struct mt76x2_txwi *txwi; in mt76x2u_tx_prepare_skb()
94 txwi = skb_push(skb, sizeof(struct mt76x2_txwi)); in mt76x2u_tx_prepare_skb()
Dmt76x2_mac.h25 struct mt76x2_txwi;
138 struct mt76x2_txwi { struct
167 void mt76x2_mac_write_txwi(struct mt76x2_dev *dev, struct mt76x2_txwi *txwi, argument
Dmt76x2_mac.c67 struct mt76x2_txwi *txwi = txwi_ptr; in mt76x2_mac_queue_txdone()
103 struct mt76x2_txwi txwi; in mt76_write_beacon()
105 if (WARN_ON_ONCE(beacon_len < skb->len + sizeof(struct mt76x2_txwi))) in mt76_write_beacon()
Dmt76x2_dma.c116 BUILD_BUG_ON(sizeof(t->txwi) < sizeof(struct mt76x2_txwi)); in mt76x2_dma_init()
Dmt76x2_init.c420 .txwi_size = sizeof(struct mt76x2_txwi), in mt76x2_alloc_device()
Dmt76x2_mac_common.c371 void mt76x2_mac_write_txwi(struct mt76x2_dev *dev, struct mt76x2_txwi *txwi, in mt76x2_mac_write_txwi()