Searched refs:mt76x02_txwi (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_beacon.c | 30 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()
|
H A D | mt76x02_usb_core.c | 12 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() 78 txwi = (struct mt76x02_txwi *)(tx_info->skb->data - sizeof(*txwi)); in mt76x02u_tx_prepare_skb()
|
H A D | mt76x02_mac.h | 135 struct mt76x02_txwi { struct 193 void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi,
|
H A D | mt76x02_txrx.c | 144 struct mt76x02_txwi *txwi = txwi_ptr; in mt76x02_tx_prepare_skb()
|
H A D | mt76x02_mac.c | 335 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()
|
H A D | mt76x02_util.c | 161 hw->extra_tx_headroom += sizeof(struct mt76x02_txwi) + in mt76x02_init_device()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_beacon.c | 30 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()
|
H A D | mt76x02_usb_core.c | 12 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()
|
H A D | mt76x02_mac.h | 135 struct mt76x02_txwi { struct 193 void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi,
|
H A D | mt76x02_txrx.c | 144 struct mt76x02_txwi *txwi = txwi_ptr; in mt76x02_tx_prepare_skb()
|
H A D | mt76x02_mac.c | 335 void mt76x02_mac_write_txwi(struct mt76x02_dev *dev, struct mt76x02_txwi *txwi, in mt76x02_mac_write_txwi() 911 struct mt76x02_txwi *txwi; in mt76x02_tx_complete_skb() 922 txwi = (struct mt76x02_txwi *)txwi_ptr; in mt76x02_tx_complete_skb()
|
H A D | mt76x02_util.c | 154 hw->extra_tx_headroom += sizeof(struct mt76x02_txwi) + in mt76x02_init_device()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | pci.c | 23 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x2e_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | pci.c | 23 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x2e_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | pci.c | 139 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x0e_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | pci.c | 153 .txwi_size = sizeof(struct mt76x02_txwi), in mt76x0e_probe()
|
Completed in 10 milliseconds