Searched refs:wait_resp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mcu.c | 57 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 88 if (!wait_resp) { in mt76_mcu_skb_send_and_get_msg()
|
H A D | mt76x02_usb_mcu.c | 71 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 D | mt76x02_mcu.c | 35 int len, bool wait_resp) in mt76x02_mcu_msg_send() argument 67 while (wait_resp) { in mt76x02_mcu_msg_send()
|
H A D | mt76x02_mcu.h | 91 int len, bool wait_resp);
|
H A D | mt76.h | 221 int len, bool wait_resp); 1513 int len, bool wait_resp, struct sk_buff **ret); 1515 int cmd, bool wait_resp, struct sk_buff **ret); 1533 bool wait_resp) in mt76_mcu_send_msg() argument 1535 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg() 1540 bool wait_resp) in mt76_mcu_skb_send_msg() argument 1542 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, NULL); in mt76_mcu_skb_send_msg()
|