Lines Matching refs:mcu_txd
2251 struct mt7921_mcu_txd *mcu_txd; in mwx_mcu_send_mbuf() local
2267 txd_len = cmd & MCU_CMD_FIELD_UNI ? sizeof(*uni_txd) : sizeof(*mcu_txd); in mwx_mcu_send_mbuf()
2289 mcu_txd = (struct mt7921_mcu_txd *)txd; in mwx_mcu_send_mbuf()
2290 mcu_txd->len = htole16(len); in mwx_mcu_send_mbuf()
2291 mcu_txd->pq_id = htole16(MCU_PQ_ID(MT_TX_PORT_IDX_MCU, in mwx_mcu_send_mbuf()
2293 mcu_txd->pkt_type = MCU_PKT_ID; in mwx_mcu_send_mbuf()
2294 mcu_txd->seq = seq; in mwx_mcu_send_mbuf()
2295 mcu_txd->cid = mcu_cmd; in mwx_mcu_send_mbuf()
2296 mcu_txd->s2d_index = CMD_S2D_IDX_H2N; in mwx_mcu_send_mbuf()
2297 mcu_txd->ext_cid = MCU_GET_EXT_CMD(cmd); in mwx_mcu_send_mbuf()
2299 if (mcu_txd->ext_cid || (cmd & MCU_CMD_FIELD_CE)) { in mwx_mcu_send_mbuf()
2301 mcu_txd->set_query = MCU_Q_QUERY; in mwx_mcu_send_mbuf()
2303 mcu_txd->set_query = MCU_Q_SET; in mwx_mcu_send_mbuf()
2304 mcu_txd->ext_cid_ack = !!mcu_txd->ext_cid; in mwx_mcu_send_mbuf()
2306 mcu_txd->set_query = MCU_Q_NA; in mwx_mcu_send_mbuf()