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