Lines Matching refs:mcu_txd
3189 struct mt76_connac2_mcu_txd *mcu_txd; in mt76_connac2_mcu_fill_message() local
3204 txd_len = cmd & __MCU_CMD_FIELD_UNI ? sizeof(*uni_txd) : sizeof(*mcu_txd); in mt76_connac2_mcu_fill_message()
3228 mcu_txd = (struct mt76_connac2_mcu_txd *)txd; in mt76_connac2_mcu_fill_message()
3229 mcu_txd->len = cpu_to_le16(skb->len - sizeof(mcu_txd->txd)); in mt76_connac2_mcu_fill_message()
3230 mcu_txd->pq_id = cpu_to_le16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, in mt76_connac2_mcu_fill_message()
3232 mcu_txd->pkt_type = MCU_PKT_ID; in mt76_connac2_mcu_fill_message()
3233 mcu_txd->seq = seq; in mt76_connac2_mcu_fill_message()
3234 mcu_txd->cid = mcu_cmd; in mt76_connac2_mcu_fill_message()
3235 mcu_txd->ext_cid = FIELD_GET(__MCU_CMD_FIELD_EXT_ID, cmd); in mt76_connac2_mcu_fill_message()
3237 if (mcu_txd->ext_cid || (cmd & __MCU_CMD_FIELD_CE)) { in mt76_connac2_mcu_fill_message()
3239 mcu_txd->set_query = MCU_Q_QUERY; in mt76_connac2_mcu_fill_message()
3241 mcu_txd->set_query = MCU_Q_SET; in mt76_connac2_mcu_fill_message()
3242 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mt76_connac2_mcu_fill_message()
3244 mcu_txd->set_query = MCU_Q_NA; in mt76_connac2_mcu_fill_message()
3248 mcu_txd->s2d_index = MCU_S2D_H2C; in mt76_connac2_mcu_fill_message()
3250 mcu_txd->s2d_index = MCU_S2D_H2N; in mt76_connac2_mcu_fill_message()