Searched defs:mt7925_uni_debug_msg (Results 1 – 1 of 1) sorted by relevance
507 struct mt7925_uni_debug_msg { in mt7925_mcu_uni_debug_msg_event() struct508 __le16 tag; in mt7925_mcu_uni_debug_msg_event()509 __le16 len; in mt7925_mcu_uni_debug_msg_event()510 u8 fmt; in mt7925_mcu_uni_debug_msg_event()511 u8 rsv[3]; in mt7925_mcu_uni_debug_msg_event()512 u8 id; in mt7925_mcu_uni_debug_msg_event()513 u8 type:3; in mt7925_mcu_uni_debug_msg_event()514 u8 nr_args:5; in mt7925_mcu_uni_debug_msg_event()515 union { in mt7925_mcu_uni_debug_msg_event()