Lines Matching refs:mcu_txd
223 struct mt7921_mcu_txd *mcu_txd; in mt7921_mcu_send_message() local
248 txd_len = cmd & MCU_UNI_PREFIX ? sizeof(*uni_txd) : sizeof(*mcu_txd); in mt7921_mcu_send_message()
272 mcu_txd = (struct mt7921_mcu_txd *)txd; in mt7921_mcu_send_message()
273 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7921_mcu_send_message()
274 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, in mt7921_mcu_send_message()
276 mcu_txd->pkt_type = MCU_PKT_ID; in mt7921_mcu_send_message()
277 mcu_txd->seq = seq; in mt7921_mcu_send_message()
281 mcu_txd->set_query = MCU_Q_NA; in mt7921_mcu_send_message()
282 mcu_txd->cid = mcu_cmd; in mt7921_mcu_send_message()
286 mcu_txd->set_query = MCU_Q_QUERY; in mt7921_mcu_send_message()
288 mcu_txd->set_query = MCU_Q_SET; in mt7921_mcu_send_message()
289 mcu_txd->cid = mcu_cmd; in mt7921_mcu_send_message()
292 mcu_txd->cid = MCU_CMD_EXT_CID; in mt7921_mcu_send_message()
294 mcu_txd->set_query = MCU_Q_QUERY; in mt7921_mcu_send_message()
296 mcu_txd->set_query = MCU_Q_SET; in mt7921_mcu_send_message()
297 mcu_txd->ext_cid = mcu_cmd; in mt7921_mcu_send_message()
298 mcu_txd->ext_cid_ack = 1; in mt7921_mcu_send_message()
302 mcu_txd->s2d_index = MCU_S2D_H2N; in mt7921_mcu_send_message()
304 mcu_txd->set_query != MCU_Q_QUERY); in mt7921_mcu_send_message()