Searched refs:mcu_txd (Results 1 – 4 of 4) sorted by relevance
67 struct mt7615_mcu_txd *mcu_txd; in mt7615_mcu_fill_msg() local114 mcu_txd = (struct mt7615_mcu_txd *)txd; in mt7615_mcu_fill_msg()115 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7615_mcu_fill_msg()117 mcu_txd->s2d_index = MCU_S2D_H2N; in mt7615_mcu_fill_msg()118 mcu_txd->pkt_type = MCU_PKT_ID; in mt7615_mcu_fill_msg()119 mcu_txd->seq = seq; in mt7615_mcu_fill_msg()120 mcu_txd->cid = mcu_cmd; in mt7615_mcu_fill_msg()125 mcu_txd->set_query = MCU_Q_QUERY; in mt7615_mcu_fill_msg()127 mcu_txd->set_query = MCU_Q_SET; in mt7615_mcu_fill_msg()128 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mt7615_mcu_fill_msg()[all …]
3127 struct mt76_connac2_mcu_txd *mcu_txd; in mt76_connac2_mcu_fill_message() local3167 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt76_connac2_mcu_fill_message()3170 mcu_txd->pkt_type = MCU_PKT_ID; in mt76_connac2_mcu_fill_message()3171 mcu_txd->seq = seq; in mt76_connac2_mcu_fill_message()3172 mcu_txd->cid = mcu_cmd; in mt76_connac2_mcu_fill_message()3177 mcu_txd->set_query = MCU_Q_QUERY; in mt76_connac2_mcu_fill_message()3179 mcu_txd->set_query = MCU_Q_SET; in mt76_connac2_mcu_fill_message()3180 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mt76_connac2_mcu_fill_message()3182 mcu_txd->set_query = MCU_Q_NA; in mt76_connac2_mcu_fill_message()3186 mcu_txd->s2d_index = MCU_S2D_H2C; in mt76_connac2_mcu_fill_message()[all …]
3269 struct mt76_connac2_mcu_txd *mcu_txd; in mt7925_mcu_fill_message() local3315 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7925_mcu_fill_message()3318 mcu_txd->pkt_type = MCU_PKT_ID; in mt7925_mcu_fill_message()3319 mcu_txd->seq = seq; in mt7925_mcu_fill_message()3320 mcu_txd->cid = mcu_cmd; in mt7925_mcu_fill_message()3325 mcu_txd->set_query = MCU_Q_QUERY; in mt7925_mcu_fill_message()3327 mcu_txd->set_query = MCU_Q_SET; in mt7925_mcu_fill_message()3328 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mt7925_mcu_fill_message()3330 mcu_txd->set_query = MCU_Q_NA; in mt7925_mcu_fill_message()3334 mcu_txd->s2d_index = MCU_S2D_H2C; in mt7925_mcu_fill_message()[all …]
249 struct mt76_connac2_mcu_txd *mcu_txd; in mt7996_mcu_send_message() local305 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt7996_mcu_send_message()308 mcu_txd->pkt_type = MCU_PKT_ID; in mt7996_mcu_send_message()309 mcu_txd->seq = seq; in mt7996_mcu_send_message()312 mcu_txd->set_query = MCU_Q_NA; in mt7996_mcu_send_message()314 if (mcu_txd->ext_cid) { in mt7996_mcu_send_message()315 mcu_txd->ext_cid_ack = 1; in mt7996_mcu_send_message()318 mcu_txd->set_query = MCU_Q_QUERY; in mt7996_mcu_send_message()320 mcu_txd->set_query = MCU_Q_SET; in mt7996_mcu_send_message()324 mcu_txd->s2d_index = MCU_S2D_H2C; in mt7996_mcu_send_message()[all …]