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