Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
A Dmcu.c55 int len, bool wait_resp, struct sk_buff **ret_skb) in mt76_mcu_send_and_get_msg() argument
60 return dev->mcu_ops->mcu_send_msg(dev, cmd, data, len, wait_resp); in mt76_mcu_send_and_get_msg()
66 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, ret_skb); in mt76_mcu_send_and_get_msg()
71 int cmd, bool wait_resp, in mt76_mcu_skb_send_and_get_msg() argument
86 if (!wait_resp) { in mt76_mcu_skb_send_and_get_msg()
A 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()
A Dmt76x02_mcu.c35 int len, bool wait_resp) in mt76x02_mcu_msg_send() argument
67 while (wait_resp) { in mt76x02_mcu_msg_send()
A Dmt76.h176 int len, bool wait_resp);
1300 int len, bool wait_resp, struct sk_buff **ret);
1302 int cmd, bool wait_resp, struct sk_buff **ret);
1316 bool wait_resp) in mt76_mcu_send_msg() argument
1318 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg()
1323 bool wait_resp) in mt76_mcu_skb_send_msg() argument
1325 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, NULL); in mt76_mcu_skb_send_msg()
A Dmt76x02_mcu.h91 int len, bool wait_resp);
/linux/drivers/net/wireless/mediatek/mt7601u/
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()
/linux/drivers/scsi/cxlflash/
A Dmain.c389 static int wait_resp(struct afu *afu, struct afu_cmd *cmd) in wait_resp() function
2322 rc = wait_resp(afu, cmd); in send_afu_cmd()

Completed in 23 milliseconds