__mt76_mcu_msg_alloc
EXPORT_SYMBOL_GPL(__mt76_mcu_msg_alloc);
__mt76_mcu_msg_alloc(struct mt76_dev *dev, const void *data,
return __mt76_mcu_msg_alloc(dev, data, data_len, data_len, GFP_KERNEL);
skb = __mt76_mcu_msg_alloc(dev, NULL, len, len, GFP_ATOMIC);
skb = __mt76_mcu_msg_alloc(&dev->mt76, &req_hdr,
skb = __mt76_mcu_msg_alloc(&dev->mt76, &req,
skb = __mt76_mcu_msg_alloc(&dev->mt76, NULL, sizeof(req_hdr),
skb = __mt76_mcu_msg_alloc(&dev->mt76, &req,