Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_usb_mcu.c84 int cmd, bool wait_resp) in __mt76x02u_mcu_send_msg() argument
95 if (wait_resp) { in __mt76x02u_mcu_send_msg()
113 if (wait_resp) in __mt76x02u_mcu_send_msg()
124 int len, bool wait_resp) in mt76x02u_mcu_send_msg() argument
134 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
46 while (wait_resp) { in mt76x02_mcu_msg_send()
Dmt76x02_mcu.h91 int len, bool wait_resp);
Dmt76.h148 int len, bool wait_resp);
150 int cmd, bool wait_resp);
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dusb_mcu.c18 int cmd, bool wait_resp) in mt7663u_mcu_send_message() argument
43 if (wait_resp) in mt7663u_mcu_send_message()
Dsdio_mcu.c44 int cmd, bool wait_resp) in mt7663s_mcu_send_message() argument
57 if (wait_resp) in mt7663s_mcu_send_message()
Dmt7615.h592 int len, bool wait_resp);
Dmcu.c262 int cmd, bool wait_resp) in mt7615_mcu_send_message() argument
273 if (wait_resp) in mt7615_mcu_send_message()
283 int len, bool wait_resp) in mt7615_mcu_msg_send() argument
291 return __mt76_mcu_skb_send_msg(mdev, skb, cmd, wait_resp); in mt7615_mcu_msg_send()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
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()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
Dmcu.c57 int len, bool wait_resp) in mt7603_mcu_msg_send() argument
75 while (wait_resp) { in mt7603_mcu_msg_send()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c366 int cmd, bool wait_resp) in mt7915_mcu_send_message() argument
377 if (wait_resp) in mt7915_mcu_send_message()
388 int len, bool wait_resp) in mt7915_mcu_msg_send() argument
396 return __mt76_mcu_skb_send_msg(mdev, skb, cmd, wait_resp); in mt7915_mcu_msg_send()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dmain.c389 static int wait_resp(struct afu *afu, struct afu_cmd *cmd) in wait_resp() function
2345 rc = wait_resp(afu, cmd); in send_afu_cmd()