Lines Matching refs:txd
43 struct mt7603_mcu_txd *txd; in mt7603_mcu_skb_send_msg() local
52 txd = (struct mt7603_mcu_txd *)skb_push(skb, hdrlen); in mt7603_mcu_skb_send_msg()
54 txd->len = cpu_to_le16(skb->len); in mt7603_mcu_skb_send_msg()
56 txd->pq_id = cpu_to_le16(MCU_PORT_QUEUE_FW); in mt7603_mcu_skb_send_msg()
58 txd->pq_id = cpu_to_le16(MCU_PORT_QUEUE); in mt7603_mcu_skb_send_msg()
59 txd->pkt_type = MCU_PKT_ID; in mt7603_mcu_skb_send_msg()
60 txd->seq = seq; in mt7603_mcu_skb_send_msg()
63 txd->cid = -cmd; in mt7603_mcu_skb_send_msg()
64 txd->set_query = MCU_Q_NA; in mt7603_mcu_skb_send_msg()
66 txd->cid = MCU_CMD_EXT_CID; in mt7603_mcu_skb_send_msg()
67 txd->ext_cid = cmd; in mt7603_mcu_skb_send_msg()
68 txd->set_query = MCU_Q_SET; in mt7603_mcu_skb_send_msg()
69 txd->ext_cid_ack = 1; in mt7603_mcu_skb_send_msg()