Searched refs:__mt76_mcu_msg_alloc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mcu.c | 9 __mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data, in __mt76_mcu_msg_alloc() function 30 EXPORT_SYMBOL_GPL(__mt76_mcu_msg_alloc);
|
| H A D | mt76.h | 1878 __mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data, 1884 return __mt76_mcu_msg_alloc(dev, data, data_len, data_len, GFP_KERNEL); in mt76_mcu_msg_alloc()
|
| H A D | mt76_connac_mcu.c | 290 skb = __mt76_mcu_msg_alloc(dev, NULL, len, len, GFP_ATOMIC); in __mt76_connac_mcu_alloc_sta_req()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 1379 skb = __mt76_mcu_msg_alloc(&dev->mt76, &req, in __mt7921_mcu_set_clc()
|
| H A D | main.c | 1248 skb = __mt76_mcu_msg_alloc(&dev->mt76, &req_hdr, in mt7921_ipv6_addr_change()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | main.c | 1609 skb = __mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr), in __mt7925_ipv6_addr_change()
|
| H A D | mcu.c | 3421 skb = __mt76_mcu_msg_alloc(&dev->mt76, &req, in __mt7925_mcu_set_clc()
|