Lines Matching refs:mcu_txd
92 struct mt7615_mcu_txd *mcu_txd; in mt7615_mcu_fill_msg() local
103 txd_len = cmd & MCU_UNI_PREFIX ? sizeof(*uni_txd) : sizeof(*mcu_txd); in mt7615_mcu_fill_msg()
136 mcu_txd = (struct mt7615_mcu_txd *)txd; in mt7615_mcu_fill_msg()
137 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7615_mcu_fill_msg()
138 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, q_idx)); in mt7615_mcu_fill_msg()
139 mcu_txd->s2d_index = MCU_S2D_H2N; in mt7615_mcu_fill_msg()
140 mcu_txd->pkt_type = MCU_PKT_ID; in mt7615_mcu_fill_msg()
141 mcu_txd->seq = seq; in mt7615_mcu_fill_msg()
145 mcu_txd->set_query = MCU_Q_NA; in mt7615_mcu_fill_msg()
146 mcu_txd->cid = mcu_cmd; in mt7615_mcu_fill_msg()
150 mcu_txd->set_query = MCU_Q_QUERY; in mt7615_mcu_fill_msg()
152 mcu_txd->set_query = MCU_Q_SET; in mt7615_mcu_fill_msg()
153 mcu_txd->cid = mcu_cmd; in mt7615_mcu_fill_msg()
156 mcu_txd->cid = MCU_CMD_EXT_CID; in mt7615_mcu_fill_msg()
158 mcu_txd->set_query = MCU_Q_QUERY; in mt7615_mcu_fill_msg()
160 mcu_txd->set_query = MCU_Q_SET; in mt7615_mcu_fill_msg()
161 mcu_txd->ext_cid = mcu_cmd; in mt7615_mcu_fill_msg()
162 mcu_txd->ext_cid_ack = 1; in mt7615_mcu_fill_msg()