Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/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
105 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.h281 int len, bool wait_resp);
1891 int len, bool wait_resp, struct sk_buff **ret);
1893 int cmd, bool wait_resp, struct sk_buff **ret);
1911 bool wait_resp) in mt76_mcu_send_msg() argument
1913 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg()
1918 bool wait_resp) in mt76_mcu_skb_send_msg() argument
1920 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.h2016 int mt76_connac_mcu_set_hif_suspend(struct mt76_dev *dev, bool suspend, bool wait_resp);
H A Dmt76_connac_mcu.c2603 int mt76_connac_mcu_set_hif_suspend(struct mt76_dev *dev, bool suspend, bool wait_resp) in mt76_connac_mcu_set_hif_suspend() argument
2635 sizeof(req), wait_resp); in mt76_connac_mcu_set_hif_suspend()