Searched refs:__mt76_mcu_msg_alloc (Results 1 – 6 of 6) 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 | 1681 __mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data, 1687 return __mt76_mcu_msg_alloc(dev, data, data_len, data_len, GFP_KERNEL); in mt76_mcu_msg_alloc()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mcu.c | 1375 skb = __mt76_mcu_msg_alloc(&dev->mt76, &req, in __mt7921_mcu_set_clc()
|
H A D | main.c | 1235 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 | 1625 skb = __mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr), in __mt7925_ipv6_addr_change()
|
H A D | mcu.c | 3190 skb = __mt76_mcu_msg_alloc(&dev->mt76, &req, in __mt7925_mcu_set_clc()
|