Searched refs:wait_resp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed_mcu.c | 135 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 D | mtk_wed_wo.h | 274 const void *data, int len, bool wait_resp);
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | mcu.c | 111 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()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 2599 int mt76_connac_mcu_set_hif_suspend(struct mt76_dev *dev, bool suspend, bool wait_resp) in mt76_connac_mcu_set_hif_suspend() argument 2631 sizeof(req), wait_resp); in mt76_connac_mcu_set_hif_suspend()
|