/kernel/linux/linux-6.6/drivers/net/wireless/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() 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() 88 if (!wait_resp) { in mt76_mcu_skb_send_and_get_msg() 56 mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data, int len, bool wait_resp, struct sk_buff **ret_skb) mt76_mcu_send_and_get_msg() argument 72 mt76_mcu_skb_send_and_get_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, bool wait_resp, struct sk_buff **ret_skb) mt76_mcu_skb_send_and_get_msg() argument
|
H A D | mt76x02_usb_mcu.c | 71 int cmd, bool wait_resp) in __mt76x02u_mcu_send_msg() 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() 121 err = __mt76x02u_mcu_send_msg(dev, skb, cmd, wait_resp); in mt76x02u_mcu_send_msg() 70 __mt76x02u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, bool wait_resp) __mt76x02u_mcu_send_msg() argument 110 mt76x02u_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, bool wait_resp) mt76x02u_mcu_send_msg() argument
|
H A D | mt76x02_mcu.c | 35 int len, bool wait_resp) in mt76x02_mcu_msg_send() 67 while (wait_resp) { in mt76x02_mcu_msg_send() 34 mt76x02_mcu_msg_send(struct mt76_dev *mdev, int cmd, const void *data, int len, bool wait_resp) mt76x02_mcu_msg_send() argument
|
H A D | mt76x02_mcu.h | 91 int len, bool wait_resp);
|
H A D | mt76.h | 214 int len, bool wait_resp); 1503 int len, bool wait_resp, struct sk_buff **ret); 1505 int cmd, bool wait_resp, struct sk_buff **ret); 1519 bool wait_resp) in mt76_mcu_send_msg() 1521 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg() 1526 bool wait_resp) in mt76_mcu_skb_send_msg() 1528 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, NULL); in mt76_mcu_skb_send_msg() 1518 mt76_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, bool wait_resp) mt76_mcu_send_msg() argument 1525 mt76_mcu_skb_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, bool wait_resp) mt76_mcu_skb_send_msg() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_mcu.c | 84 int cmd, bool wait_resp) in __mt76x02u_mcu_send_msg() 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() 134 err = __mt76x02u_mcu_send_msg(dev, skb, cmd, wait_resp); in mt76x02u_mcu_send_msg() 83 __mt76x02u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, bool wait_resp) __mt76x02u_mcu_send_msg() argument 123 mt76x02u_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, bool wait_resp) mt76x02u_mcu_send_msg() argument
|
H A D | mt76x02_mcu.c | 14 int len, bool wait_resp) in mt76x02_mcu_msg_send() 46 while (wait_resp) { in mt76x02_mcu_msg_send() 13 mt76x02_mcu_msg_send(struct mt76_dev *mdev, int cmd, const void *data, int len, bool wait_resp) mt76x02_mcu_msg_send() argument
|
H A D | mt76x02_mcu.h | 91 int len, bool wait_resp);
|
H A D | mt76.h | 148 int len, bool wait_resp); 150 int cmd, bool wait_resp);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_mcu.c | 116 int id, int cmd, u16 *wait_seq, bool wait_resp) in mtk_wed_mcu_skb_send_msg() 127 if (wait_resp && wait_seq) { in mtk_wed_mcu_skb_send_msg() 172 const void *data, int len, bool wait_resp) in mtk_wed_mcu_send_msg() 185 ret = mtk_wed_mcu_skb_send_msg(wo, skb, id, cmd, &seq, wait_resp); in mtk_wed_mcu_send_msg() 186 if (ret || !wait_resp) in mtk_wed_mcu_send_msg() 115 mtk_wed_mcu_skb_send_msg(struct mtk_wed_wo *wo, struct sk_buff *skb, int id, int cmd, u16 *wait_seq, bool wait_resp) mtk_wed_mcu_skb_send_msg() argument 171 mtk_wed_mcu_send_msg(struct mtk_wed_wo *wo, int id, int cmd, const void *data, int len, bool wait_resp) mtk_wed_mcu_send_msg() argument
|
H A D | mtk_wed_wo.h | 273 const void *data, int len, bool wait_resp);
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | usb_mcu.c | 18 int cmd, bool wait_resp) in mt7663u_mcu_send_message() 43 if (wait_resp) in mt7663u_mcu_send_message() 17 mt7663u_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, bool wait_resp) mt7663u_mcu_send_message() argument
|
H A D | sdio_mcu.c | 44 int cmd, bool wait_resp) in mt7663s_mcu_send_message() 57 if (wait_resp) in mt7663s_mcu_send_message() 43 mt7663s_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, bool wait_resp) mt7663s_mcu_send_message() argument
|
H A D | mt7615.h | 592 int len, bool wait_resp);
|
H A D | mcu.c | 262 int cmd, bool wait_resp) in mt7615_mcu_send_message() 273 if (wait_resp) in mt7615_mcu_send_message() 283 int len, bool wait_resp) in mt7615_mcu_msg_send() 291 return __mt76_mcu_skb_send_msg(mdev, skb, cmd, wait_resp); in mt7615_mcu_msg_send() 261 mt7615_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, bool wait_resp) mt7615_mcu_send_message() argument 282 mt7615_mcu_msg_send(struct mt76_dev *mdev, int cmd, const void *data, int len, bool wait_resp) mt7615_mcu_msg_send() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mcu.c | 111 enum mcu_cmd cmd, bool wait_resp) in mt7601u_mcu_msg_send() 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() 110 mt7601u_mcu_msg_send(struct mt7601u_dev *dev, struct sk_buff *skb, enum mcu_cmd cmd, bool wait_resp) mt7601u_mcu_msg_send() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mcu.c | 111 enum mcu_cmd cmd, bool wait_resp) in mt7601u_mcu_msg_send() 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() 110 mt7601u_mcu_msg_send(struct mt7601u_dev *dev, struct sk_buff *skb, enum mcu_cmd cmd, bool wait_resp) mt7601u_mcu_msg_send() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mcu.c | 57 int len, bool wait_resp) in mt7603_mcu_msg_send() 75 while (wait_resp) { in mt7603_mcu_msg_send() 56 mt7603_mcu_msg_send(struct mt76_dev *mdev, int cmd, const void *data, int len, bool wait_resp) mt7603_mcu_msg_send() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 366 int cmd, bool wait_resp) in mt7915_mcu_send_message() 377 if (wait_resp) in mt7915_mcu_send_message() 388 int len, bool wait_resp) in mt7915_mcu_msg_send() 396 return __mt76_mcu_skb_send_msg(mdev, skb, cmd, wait_resp); in mt7915_mcu_msg_send() 365 mt7915_mcu_send_message(struct mt76_dev *mdev, struct sk_buff *skb, int cmd, bool wait_resp) mt7915_mcu_send_message() argument 387 mt7915_mcu_msg_send(struct mt76_dev *mdev, int cmd, const void *data, int len, bool wait_resp) mt7915_mcu_msg_send() argument
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 383 * wait_resp() - polls for a response or timeout to a sent AFU command 389 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()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 383 * wait_resp() - polls for a response or timeout to a sent AFU command 389 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()
|