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