Home
last modified time | relevance | path

Searched refs:mt76x02_txwi (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76x02_beacon.c30 if (WARN_ON_ONCE(beacon_len < skb->len + sizeof(struct mt76x02_txwi))) in mt76x02_write_beacon()
37 struct mt76x02_txwi *txwi; in mt76x02_write_beacon()
39 txwi = (struct mt76x02_txwi *)(skb->data - sizeof(*txwi)); in mt76x02_write_beacon()
43 struct mt76x02_txwi txwi; in mt76x02_write_beacon()
Dmt76x02_usb_core.c12 skb_pull(skb, sizeof(struct mt76x02_txwi) + MT_DMA_HDR_LEN); in mt76x02u_remove_dma_hdr()
71 struct mt76x02_txwi *txwi; in mt76x02u_tx_prepare_skb()
79 txwi = (struct mt76x02_txwi *)(tx_info->skb->data - sizeof(*txwi)); in mt76x02u_tx_prepare_skb()
Dmt76x02_mac.h135 struct mt76x02_txwi { struct
193 void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi,
Dmt76x02_txrx.c144 struct mt76x02_txwi *txwi = txwi_ptr; in mt76x02_tx_prepare_skb()
Dmt76x02_mac.c335 void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi, in mt76x02_mac_write_txwi()
907 struct mt76x02_txwi *txwi; in mt76x02_tx_complete_skb()
918 txwi = (struct mt76x02_txwi *)txwi_ptr; in mt76x02_tx_complete_skb()
Dmt76x02_util.c155 hw->extra_tx_headroom += sizeof(struct mt76x02_txwi) + in mt76x02_init_device()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x2/
Dpci.c23 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x2e_probe()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x0/
Dpci.c153 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x0e_probe()