Lines Matching refs:cmd
213 int (*mcu_send_msg)(struct mt76_dev *dev, int cmd, const void *data,
216 int cmd, int *seq);
217 int (*mcu_parse_response)(struct mt76_dev *dev, int cmd,
1507 int mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data,
1510 int cmd, bool wait_resp, struct sk_buff **ret);
1511 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data,
1514 mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, in mt76_mcu_send_firmware() argument
1519 return __mt76_mcu_send_firmware(dev, cmd, data, len, max_len); in mt76_mcu_send_firmware()
1523 mt76_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, in mt76_mcu_send_msg() argument
1526 return mt76_mcu_send_and_get_msg(dev, cmd, data, len, wait_resp, NULL); in mt76_mcu_send_msg()
1530 mt76_mcu_skb_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, in mt76_mcu_skb_send_msg() argument
1533 return mt76_mcu_skb_send_and_get_msg(dev, skb, cmd, wait_resp, NULL); in mt76_mcu_skb_send_msg()