Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_usb_mcu.c83 int cmd, bool wait_resp) in __mt76x02u_mcu_send_msg() argument
93 if (wait_resp) { in __mt76x02u_mcu_send_msg()
110 if (wait_resp) in __mt76x02u_mcu_send_msg()
120 int len, bool wait_resp) in mt76x02u_mcu_send_msg() argument
131 err = __mt76x02u_mcu_send_msg(dev, skb, cmd, wait_resp); in mt76x02u_mcu_send_msg()
Dmt76x02_mcu.c14 int len, bool wait_resp) in mt76x02_mcu_msg_send() argument
43 while (wait_resp) { in mt76x02_mcu_msg_send()
Dmt76x02_mcu.h97 int len, bool wait_resp);
Dmt76.h140 int len, bool wait_resp);
/Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c111 enum mcu_cmd cmd, bool wait_resp) in mt7601u_mcu_msg_send() argument
124 if (wait_resp) in mt7601u_mcu_msg_send()
133 trace_mt_mcu_msg_send_cs(dev, skb, wait_resp); in mt7601u_mcu_msg_send()
143 if (wait_resp) in mt7601u_mcu_msg_send()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/
Dmcu.c58 int len, bool wait_resp) in mt7603_mcu_msg_send() argument
76 while (wait_resp) { in mt7603_mcu_msg_send()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c144 int len, bool wait_resp) in mt7615_mcu_msg_send() argument
161 while (wait_resp) { in mt7615_mcu_msg_send()
/Linux-v5.4/drivers/scsi/cxlflash/
Dmain.c394 static int wait_resp(struct afu *afu, struct afu_cmd *cmd) in wait_resp() function
2350 rc = wait_resp(afu, cmd); in send_afu_cmd()