Lines Matching defs:mwifiex_dbg
208 #define mwifiex_dbg(adapter, mask, fmt, ...) \ macro
225 struct mwifiex_dbg { struct
226 u32 num_cmd_host_to_card_failure;
227 u32 num_cmd_sleep_cfm_host_to_card_failure;
228 u32 num_tx_host_to_card_failure;
229 u32 num_event_deauth;
230 u32 num_event_disassoc;
231 u32 num_event_link_lost;
232 u32 num_cmd_deauth;
233 u32 num_cmd_assoc_success;
234 u32 num_cmd_assoc_failure;
235 u32 num_tx_timeout;
236 u16 timeout_cmd_id;
237 u16 timeout_cmd_act;
238 u16 last_cmd_id[DBG_CMD_NUM];
239 u16 last_cmd_act[DBG_CMD_NUM];
240 u16 last_cmd_index;
241 u16 last_cmd_resp_id[DBG_CMD_NUM];
242 u16 last_cmd_resp_index;
243 u16 last_event[DBG_CMD_NUM];
244 u16 last_event_index;
245 u32 last_mp_wr_bitmap[MWIFIEX_DBG_SDIO_MP_NUM];
246 u32 last_mp_wr_ports[MWIFIEX_DBG_SDIO_MP_NUM];
247 u32 last_mp_wr_len[MWIFIEX_DBG_SDIO_MP_NUM];
248 u32 last_mp_curr_wr_port[MWIFIEX_DBG_SDIO_MP_NUM];
249 u8 last_sdio_mp_index;