Searched refs:mt76_mcu_msg_alloc (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mcu.c | 9 mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data, in mt76_mcu_msg_alloc() function 28 EXPORT_SYMBOL_GPL(mt76_mcu_msg_alloc); 62 skb = mt76_mcu_msg_alloc(dev, data, len); in mt76_mcu_send_and_get_msg()
|
A D | mt76_connac_mcu.c | 112 skb = mt76_mcu_msg_alloc(dev, NULL, len); in mt76_connac_mcu_set_channel_domain() 283 skb = mt76_mcu_msg_alloc(dev, NULL, MT76_CONNAC_STA_UPDATE_MAX_SIZE); in mt76_connac_mcu_alloc_sta_req() 306 nskb = mt76_mcu_msg_alloc(dev, NULL, in mt76_connac_mcu_alloc_wtbl_req() 1451 skb = mt76_mcu_msg_alloc(mdev, NULL, sizeof(*req)); in mt76_connac_mcu_hw_scan() 1573 skb = mt76_mcu_msg_alloc(mdev, NULL, sizeof(*req) + sreq->ie_len); in mt76_connac_mcu_sched_scan_req() 2025 skb = mt76_mcu_msg_alloc(dev, NULL, msg_len); in mt76_connac_mcu_rate_txpower_band() 2134 skb = mt76_mcu_msg_alloc(dev, NULL, in mt76_connac_mcu_update_arp_filter() 2231 skb = mt76_mcu_msg_alloc(phy->dev, NULL, in mt76_connac_mcu_update_gtk_rekey() 2354 skb = mt76_mcu_msg_alloc(dev, NULL, sizeof(hdr) + sizeof(*ptlv)); in mt76_connac_mcu_set_wow_pattern()
|
A D | mt76x02_mcu.c | 47 skb = mt76_mcu_msg_alloc(mdev, data, len); in mt76x02_mcu_msg_send()
|
A D | mt76x02_usb_mcu.c | 129 skb = mt76_mcu_msg_alloc(dev, data, len); in mt76x02u_mcu_send_msg()
|
A D | mt76.h | 1294 mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data,
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | testmode.c | 74 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr) + len); in mt7615_tm_set_tx_power()
|
A D | mcu.c | 1972 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr) + eep_len); in mt7615_mcu_set_eeprom()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | mcu.c | 593 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7915_mcu_alloc_sta_req() 615 nskb = mt76_mcu_msg_alloc(&dev->mt76, NULL, in mt7915_mcu_alloc_wtbl_req() 1741 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, MT7915_WTBL_UPDATE_MAX_SIZE); in mt7915_mcu_sta_update_hdr_trans() 3523 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, in mt7915_mcu_set_eeprom_flash() 3598 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req) + len); in mt7915_mcu_set_pre_cal()
|
Completed in 35 milliseconds