Lines Matching defs:mwifiex_dbg
150 struct mwifiex_dbg { struct
151 u32 num_cmd_host_to_card_failure;
152 u32 num_cmd_sleep_cfm_host_to_card_failure;
153 u32 num_tx_host_to_card_failure;
154 u32 num_event_deauth;
155 u32 num_event_disassoc;
156 u32 num_event_link_lost;
157 u32 num_cmd_deauth;
158 u32 num_cmd_assoc_success;
159 u32 num_cmd_assoc_failure;
160 u32 num_tx_timeout;
161 u16 timeout_cmd_id;
162 u16 timeout_cmd_act;
163 u16 last_cmd_id[DBG_CMD_NUM];
164 u16 last_cmd_act[DBG_CMD_NUM];
165 u16 last_cmd_index;
166 u16 last_cmd_resp_id[DBG_CMD_NUM];
167 u16 last_cmd_resp_index;
168 u16 last_event[DBG_CMD_NUM];
169 u16 last_event_index;