Searched refs:mt76_mcu_msg_alloc (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
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_mcu.c | 47 skb = mt76_mcu_msg_alloc(mdev, data, len); in mt76x02_mcu_msg_send()
|
H A D | mt76_connac_mcu.c | 115 skb = mt76_mcu_msg_alloc(dev, NULL, len); in mt76_connac_mcu_set_channel_domain() 286 skb = mt76_mcu_msg_alloc(dev, NULL, len); in __mt76_connac_mcu_alloc_sta_req() 309 nskb = mt76_mcu_msg_alloc(dev, NULL, in mt76_connac_mcu_alloc_wtbl_req() 1650 skb = mt76_mcu_msg_alloc(mdev, NULL, sizeof(*req)); in mt76_connac_mcu_hw_scan() 1779 skb = mt76_mcu_msg_alloc(mdev, NULL, sizeof(*req) + sreq->ie_len); in mt76_connac_mcu_sched_scan_req() 2208 skb = mt76_mcu_msg_alloc(dev, NULL, msg_len); in mt76_connac_mcu_rate_txpower_band() 2319 skb = mt76_mcu_msg_alloc(dev, NULL, in mt76_connac_mcu_update_arp_filter() 2413 skb = mt76_mcu_msg_alloc(phy->dev, NULL, in mt76_connac_mcu_update_gtk_rekey() 2537 skb = mt76_mcu_msg_alloc(dev, NULL, sizeof(hdr) + sizeof(*ptlv)); in mt76_connac_mcu_set_wow_pattern()
|
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.h | 1498 mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data, in mt76_mcu_msg_alloc() function
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | testmode.c | 74 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr) + len); in mt7615_tm_set_tx_power()
|
H A D | mcu.c | 1772 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr) + eep_len); in mt7615_mcu_set_eeprom()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 822 skb = mt76_mcu_msg_alloc(dev, NULL, len); in __mt7996_mcu_alloc_bss_req() 1627 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_fixed_rate_ctrl() 2546 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_init_rx_airtime() 2648 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_hdr_trans() 2693 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_tx() 3037 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, msg_len); in mt7996_mcu_set_eeprom_flash() 3320 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, len); in mt7996_mcu_set_txbf()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 2793 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, in mt7915_mcu_set_eeprom_flash() 2894 skb = mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req) + len); in mt7915_mcu_set_pre_cal()
|