Searched refs:mt76_mcu_msg_alloc (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mcu.c | 47 skb = mt76_mcu_msg_alloc(mdev, data, len); in mt76x02_mcu_msg_send()
|
H A D | mcu.c | 64 skb = mt76_mcu_msg_alloc(dev, data, len); in mt76_mcu_send_and_get_msg()
|
H A D | mt76x02_usb_mcu.c | 116 skb = mt76_mcu_msg_alloc(dev, data, len); in mt76x02u_mcu_send_msg()
|
H A D | mt76_connac_mcu.c | 116 skb = mt76_mcu_msg_alloc(dev, NULL, len); in mt76_connac_mcu_set_channel_domain() 313 nskb = mt76_mcu_msg_alloc(dev, NULL, in mt76_connac_mcu_alloc_wtbl_req() 1724 skb = mt76_mcu_msg_alloc(mdev, NULL, sizeof(*req)); in mt76_connac_mcu_hw_scan() 1853 skb = mt76_mcu_msg_alloc(mdev, NULL, sizeof(*req) + sreq->ie_len); in mt76_connac_mcu_sched_scan_req() 2167 skb = mt76_mcu_msg_alloc(dev, NULL, msg_len); in mt76_connac_mcu_rate_txpower_band() 2282 skb = mt76_mcu_msg_alloc(dev, NULL, in mt76_connac_mcu_update_arp_filter() 2376 skb = mt76_mcu_msg_alloc(phy->dev, NULL, in mt76_connac_mcu_update_gtk_rekey() 2502 skb = mt76_mcu_msg_alloc(dev, NULL, sizeof(hdr) + sizeof(*ptlv)); in mt76_connac_mcu_set_wow_pattern()
|
H A D | mt76.h | 1705 mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data, in mt76_mcu_msg_alloc() function
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | mcu.c | 148 skb = mt76_mcu_msg_alloc(dev, NULL, sizeof(req) + len * 2 * sizeof(__be32)); in mt7925_mcu_update_arp_filter() 232 skb = mt76_mcu_msg_alloc(dev, NULL, sizeof(hdr) + sizeof(*tlv)); in mt7925_mcu_set_wow_pattern() 1106 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7925_mcu_set_tx() 2308 skb = mt76_mcu_msg_alloc(dev, NULL, len); in __mt7925_mcu_alloc_bss_req() 2804 skb = mt76_mcu_msg_alloc(mdev, NULL, max_len); in mt7925_mcu_set_dbdc() 2898 skb = mt76_mcu_msg_alloc(mdev, NULL, max_len); in mt7925_mcu_hw_scan() 3026 skb = mt76_mcu_msg_alloc(mdev, NULL, max_len); in mt7925_mcu_sched_scan_req() 3113 skb = mt76_mcu_msg_alloc(mdev, NULL, max_len); in mt7925_mcu_sched_scan_enable() 3222 skb = mt76_mcu_msg_alloc(dev, NULL, len); in mt7925_mcu_set_channel_domain() 3639 skb = mt76_mcu_msg_alloc(dev, NULL, msg_len); in mt7925_mcu_rate_txpower_band()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 1075 skb = mt76_mcu_msg_alloc(dev, NULL, len); in __mt7996_mcu_alloc_bss_req() 1890 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_fixed_rate_ctrl() 3281 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_init_rx_airtime() 3382 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_hdr_trans() 3428 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_tx() 3770 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, msg_len); in mt7996_mcu_set_eeprom_flash() 4177 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_txbf() 4808 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, in mt7996_mcu_set_txpower_sku()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 2857 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, in mt7915_mcu_set_eeprom_flash() 2960 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req) + len); in mt7915_mcu_set_pre_cal()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 1776 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr) + eep_len); in mt7615_mcu_set_eeprom()
|