Lines Matching defs:mwifiex_debug_info
197 struct mwifiex_debug_info { struct
198 unsigned int debug_mask;
199 u32 int_counter;
200 u32 packets_out[MAX_NUM_TID];
201 u32 tx_buf_size;
202 u32 curr_tx_buf_size;
203 u32 tx_tbl_num;
205 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED];
206 u32 rx_tbl_num;
207 struct mwifiex_ds_rx_reorder_tbl rx_tbl
209 u32 tdls_peer_num;
210 struct tdls_peer_info tdls_list
212 u16 ps_mode;
213 u32 ps_state;
214 u8 is_deep_sleep;
215 u8 pm_wakeup_card_req;
216 u32 pm_wakeup_fw_try;
217 u8 is_hs_configured;
218 u8 hs_activated;
219 u32 num_cmd_host_to_card_failure;
220 u32 num_cmd_sleep_cfm_host_to_card_failure;
221 u32 num_tx_host_to_card_failure;
222 u32 num_event_deauth;
223 u32 num_event_disassoc;
224 u32 num_event_link_lost;
225 u32 num_cmd_deauth;
226 u32 num_cmd_assoc_success;
227 u32 num_cmd_assoc_failure;
228 u32 num_tx_timeout;
229 u8 is_cmd_timedout;
230 u16 timeout_cmd_id;
231 u16 timeout_cmd_act;
232 u16 last_cmd_id[DBG_CMD_NUM];
233 u16 last_cmd_act[DBG_CMD_NUM];
234 u16 last_cmd_index;
235 u16 last_cmd_resp_id[DBG_CMD_NUM];
236 u16 last_cmd_resp_index;
237 u16 last_event[DBG_CMD_NUM];
238 u16 last_event_index;
239 u8 data_sent;
240 u8 cmd_sent;
241 u8 cmd_resp_received;
242 u8 event_received;
243 u32 last_mp_wr_bitmap[MWIFIEX_DBG_SDIO_MP_NUM];
244 u32 last_mp_wr_ports[MWIFIEX_DBG_SDIO_MP_NUM];
245 u32 last_mp_wr_len[MWIFIEX_DBG_SDIO_MP_NUM];
246 u32 last_mp_curr_wr_port[MWIFIEX_DBG_SDIO_MP_NUM];
247 u8 last_sdio_mp_index;