Lines Matching defs:mwifiex_dbg
190 #define mwifiex_dbg(adapter, mask, fmt, ...) \ macro
202 struct mwifiex_dbg { struct
203 u32 num_cmd_host_to_card_failure;
204 u32 num_cmd_sleep_cfm_host_to_card_failure;
205 u32 num_tx_host_to_card_failure;
206 u32 num_event_deauth;
207 u32 num_event_disassoc;
208 u32 num_event_link_lost;
209 u32 num_cmd_deauth;
210 u32 num_cmd_assoc_success;
211 u32 num_cmd_assoc_failure;
212 u32 num_tx_timeout;
213 u16 timeout_cmd_id;
214 u16 timeout_cmd_act;
215 u16 last_cmd_id[DBG_CMD_NUM];
216 u16 last_cmd_act[DBG_CMD_NUM];
217 u16 last_cmd_index;
218 u16 last_cmd_resp_id[DBG_CMD_NUM];
219 u16 last_cmd_resp_index;
220 u16 last_event[DBG_CMD_NUM];
221 u16 last_event_index;