Searched refs:mcu_txd (Results 1 – 3 of 3) sorted by relevance
233 struct mt7921_mcu_txd *mcu_txd; in mt7921_mcu_fill_message() local281 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7921_mcu_fill_message()284 mcu_txd->pkt_type = MCU_PKT_ID; in mt7921_mcu_fill_message()285 mcu_txd->seq = seq; in mt7921_mcu_fill_message()289 mcu_txd->set_query = MCU_Q_NA; in mt7921_mcu_fill_message()290 mcu_txd->cid = mcu_cmd; in mt7921_mcu_fill_message()296 mcu_txd->set_query = MCU_Q_SET; in mt7921_mcu_fill_message()297 mcu_txd->cid = mcu_cmd; in mt7921_mcu_fill_message()300 mcu_txd->cid = MCU_CMD_EXT_CID; in mt7921_mcu_fill_message()305 mcu_txd->ext_cid = mcu_cmd; in mt7921_mcu_fill_message()[all …]
92 struct mt7615_mcu_txd *mcu_txd; in mt7615_mcu_fill_msg() local140 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7615_mcu_fill_msg()142 mcu_txd->s2d_index = MCU_S2D_H2N; in mt7615_mcu_fill_msg()143 mcu_txd->pkt_type = MCU_PKT_ID; in mt7615_mcu_fill_msg()144 mcu_txd->seq = seq; in mt7615_mcu_fill_msg()148 mcu_txd->set_query = MCU_Q_NA; in mt7615_mcu_fill_msg()149 mcu_txd->cid = mcu_cmd; in mt7615_mcu_fill_msg()156 mcu_txd->cid = mcu_cmd; in mt7615_mcu_fill_msg()159 mcu_txd->cid = MCU_CMD_EXT_CID; in mt7615_mcu_fill_msg()164 mcu_txd->ext_cid = mcu_cmd; in mt7615_mcu_fill_msg()[all …]
353 struct mt7915_mcu_txd *mcu_txd; in mt7915_mcu_send_message() local371 mcu_txd = (struct mt7915_mcu_txd *)skb_push(skb, sizeof(*mcu_txd)); in mt7915_mcu_send_message()377 txd = mcu_txd->txd; in mt7915_mcu_send_message()388 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7915_mcu_send_message()391 mcu_txd->pkt_type = MCU_PKT_ID; in mt7915_mcu_send_message()392 mcu_txd->seq = seq; in mt7915_mcu_send_message()395 mcu_txd->set_query = MCU_Q_NA; in mt7915_mcu_send_message()397 if (mcu_txd->ext_cid) { in mt7915_mcu_send_message()398 mcu_txd->ext_cid_ack = 1; in mt7915_mcu_send_message()404 mcu_txd->set_query = MCU_Q_SET; in mt7915_mcu_send_message()[all …]
Completed in 43 milliseconds