Lines Matching defs:mwifiex_dbg
198 #define mwifiex_dbg(adapter, mask, fmt, ...) \ macro
215 struct mwifiex_dbg { struct
216 u32 num_cmd_host_to_card_failure;
217 u32 num_cmd_sleep_cfm_host_to_card_failure;
218 u32 num_tx_host_to_card_failure;
219 u32 num_event_deauth;
220 u32 num_event_disassoc;
221 u32 num_event_link_lost;
222 u32 num_cmd_deauth;
223 u32 num_cmd_assoc_success;
224 u32 num_cmd_assoc_failure;
225 u32 num_tx_timeout;
226 u16 timeout_cmd_id;
227 u16 timeout_cmd_act;
228 u16 last_cmd_id[DBG_CMD_NUM];
229 u16 last_cmd_act[DBG_CMD_NUM];
230 u16 last_cmd_index;
231 u16 last_cmd_resp_id[DBG_CMD_NUM];
232 u16 last_cmd_resp_index;
233 u16 last_event[DBG_CMD_NUM];
234 u16 last_event_index;
235 u32 last_mp_wr_bitmap[MWIFIEX_DBG_SDIO_MP_NUM];
236 u32 last_mp_wr_ports[MWIFIEX_DBG_SDIO_MP_NUM];
237 u32 last_mp_wr_len[MWIFIEX_DBG_SDIO_MP_NUM];
238 u32 last_mp_curr_wr_port[MWIFIEX_DBG_SDIO_MP_NUM];
239 u8 last_sdio_mp_index;