Searched refs:ret_skb (Results 1 – 2 of 2) sorted by relevance
57 int len, bool wait_resp, struct sk_buff **ret_skb) in mt76_mcu_send_and_get_msg() argument68 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, ret_skb); in mt76_mcu_send_and_get_msg()74 struct sk_buff **ret_skb) in mt76_mcu_skb_send_and_get_msg() argument81 if (ret_skb) in mt76_mcu_skb_send_and_get_msg()82 *ret_skb = NULL; in mt76_mcu_skb_send_and_get_msg()119 if (!ret && ret_skb) in mt76_mcu_skb_send_and_get_msg()120 *ret_skb = skb; in mt76_mcu_skb_send_and_get_msg()
1306 struct sk_buff *skb, *ret_skb = NULL; in __mt7921_mcu_set_clc() local1367 &ret_skb); in __mt7921_mcu_set_clc()1371 if (ret_skb) { in __mt7921_mcu_set_clc()1374 info = (struct mt7921_clc_info_tlv *)(ret_skb->data + 4); in __mt7921_mcu_set_clc()1376 dev_kfree_skb(ret_skb); in __mt7921_mcu_set_clc()