Searched refs:mcu_txd (Results 1 – 3 of 3) sorted by relevance
223 struct mt7921_mcu_txd *mcu_txd; in mt7921_mcu_send_message() local248 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()[all …]
92 struct mt7615_mcu_txd *mcu_txd; in mt7615_mcu_fill_msg() local106 txd_len = cmd & MCU_UNI_PREFIX ? sizeof(*uni_txd) : sizeof(*mcu_txd); in mt7615_mcu_fill_msg()139 mcu_txd = (struct mt7615_mcu_txd *)txd; in mt7615_mcu_fill_msg()140 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7615_mcu_fill_msg()141 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, q_idx)); 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()[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()389 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, 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()394 mcu_txd->cid = FIELD_GET(__MCU_CMD_FIELD_ID, cmd); in mt7915_mcu_send_message()395 mcu_txd->set_query = MCU_Q_NA; in mt7915_mcu_send_message()396 mcu_txd->ext_cid = FIELD_GET(__MCU_CMD_FIELD_EXT_ID, cmd); in mt7915_mcu_send_message()[all …]