Home
last modified time | relevance | path

Searched refs:wait_resp (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmcu.c57 int len, bool wait_resp, struct sk_buff **ret_skb) in mt76_mcu_send_and_get_msg() argument
62 return dev->mcu_ops->mcu_send_msg(dev, cmd, data, len, wait_resp); in mt76_mcu_send_and_get_msg()
68 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, ret_skb); in mt76_mcu_send_and_get_msg()
73 int cmd, bool wait_resp, in mt76_mcu_skb_send_and_get_msg() argument
101 if (!wait_resp) { in mt76_mcu_skb_send_and_get_msg()
H A Dmt76x02_usb_mcu.c71 int cmd, bool wait_resp) in __mt76x02u_mcu_send_msg() argument
82 if (wait_resp) { in __mt76x02u_mcu_send_msg()
100 if (wait_resp) in __mt76x02u_mcu_send_msg()
111 int len, bool wait_resp) in mt76x02u_mcu_send_msg() argument
121 err = __mt76x02u_mcu_send_msg(dev, skb, cmd, wait_resp); in mt76x02u_mcu_send_msg()
H A Dmt76x02_mcu.c35 int len, bool wait_resp) in mt76x02_mcu_msg_send() argument
67 while (wait_resp) { in mt76x02_mcu_msg_send()
H A Dmt76x02_mcu.h91 int len, bool wait_resp);
H A Dmt76.h240 int len, bool wait_resp);
1690 int len, bool wait_resp, struct sk_buff **ret);
1692 int cmd, bool wait_resp, struct sk_buff **ret);
1706 bool wait_resp) in mt76_mcu_send_msg() argument
1708 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg()
1713 bool wait_resp) in mt76_mcu_skb_send_msg() argument
1715 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, NULL); in mt76_mcu_skb_send_msg()
H A Dmt76_connac_mcu.h1996 int mt76_connac_mcu_set_hif_suspend(struct mt76_dev *dev, bool suspend, bool wait_resp);
H A Dmt76_connac_mcu.c2537 int mt76_connac_mcu_set_hif_suspend(struct mt76_dev *dev, bool suspend, bool wait_resp) in mt76_connac_mcu_set_hif_suspend() argument
2569 sizeof(req), wait_resp); in mt76_connac_mcu_set_hif_suspend()
/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_wed_mcu.c135 int id, int cmd, u16 *wait_seq, bool wait_resp) in mtk_wed_mcu_skb_send_msg() argument
146 if (wait_resp && wait_seq) { in mtk_wed_mcu_skb_send_msg()
191 const void *data, int len, bool wait_resp) in mtk_wed_mcu_send_msg() argument
204 ret = mtk_wed_mcu_skb_send_msg(wo, skb, id, cmd, &seq, wait_resp); in mtk_wed_mcu_send_msg()
205 if (ret || !wait_resp) in mtk_wed_mcu_send_msg()
H A Dmtk_wed_wo.h274 const void *data, int len, bool wait_resp);
/linux-6.15/drivers/net/wireless/mediatek/mt7601u/
H A Dmcu.c111 enum mcu_cmd cmd, bool wait_resp) in mt7601u_mcu_msg_send() argument
126 if (wait_resp) in mt7601u_mcu_msg_send()
135 trace_mt_mcu_msg_send_cs(dev, skb, wait_resp); in mt7601u_mcu_msg_send()
145 if (wait_resp) in mt7601u_mcu_msg_send()