Searched refs:mt76x2_txwi (Results 1 – 6 of 6) sorted by relevance
24 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()
25 struct mt76x2_txwi;138 struct mt76x2_txwi { struct167 void mt76x2_mac_write_txwi(struct mt76x2_dev *dev, struct mt76x2_txwi *txwi, argument
67 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()
116 BUILD_BUG_ON(sizeof(t->txwi) < sizeof(struct mt76x2_txwi)); in mt76x2_dma_init()
420 .txwi_size = sizeof(struct mt76x2_txwi), in mt76x2_alloc_device()
371 void mt76x2_mac_write_txwi(struct mt76x2_dev *dev, struct mt76x2_txwi *txwi, in mt76x2_mac_write_txwi()