Searched refs:mcu_txd (Results 1 – 2 of 2) sorted by relevance
221 struct mt7915_mcu_txd *mcu_txd; in __mt7915_mcu_msg_send() local236 mcu_txd = (struct mt7915_mcu_txd *)skb_push(skb, sizeof(*mcu_txd)); in __mt7915_mcu_msg_send()248 txd = mcu_txd->txd; in __mt7915_mcu_msg_send()259 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in __mt7915_mcu_msg_send()260 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, qidx)); in __mt7915_mcu_msg_send()261 mcu_txd->pkt_type = MCU_PKT_ID; in __mt7915_mcu_msg_send()262 mcu_txd->seq = seq; in __mt7915_mcu_msg_send()265 mcu_txd->set_query = MCU_Q_NA; in __mt7915_mcu_msg_send()266 mcu_txd->cid = -cmd; in __mt7915_mcu_msg_send()268 mcu_txd->cid = MCU_CMD_EXT_CID; in __mt7915_mcu_msg_send()[all …]
92 struct mt7615_mcu_txd *mcu_txd; in mt7615_mcu_fill_msg() local103 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()[all …]