Lines Matching defs:mwifiex_debug_info
191 struct mwifiex_debug_info { struct
192 u32 int_counter;
193 u32 packets_out[MAX_NUM_TID];
194 u32 tx_buf_size;
195 u32 curr_tx_buf_size;
196 u32 tx_tbl_num;
198 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED];
199 u32 rx_tbl_num;
200 struct mwifiex_ds_rx_reorder_tbl rx_tbl
202 u32 tdls_peer_num;
203 struct tdls_peer_info tdls_list
205 u16 ps_mode;
206 u32 ps_state;
207 u8 is_deep_sleep;
208 u8 pm_wakeup_card_req;
209 u32 pm_wakeup_fw_try;
210 u8 is_hs_configured;
211 u8 hs_activated;
212 u32 num_cmd_host_to_card_failure;
213 u32 num_cmd_sleep_cfm_host_to_card_failure;
214 u32 num_tx_host_to_card_failure;
215 u32 num_event_deauth;
216 u32 num_event_disassoc;
217 u32 num_event_link_lost;
218 u32 num_cmd_deauth;
219 u32 num_cmd_assoc_success;
220 u32 num_cmd_assoc_failure;
221 u32 num_tx_timeout;
222 u8 is_cmd_timedout;
223 u16 timeout_cmd_id;
224 u16 timeout_cmd_act;
225 u16 last_cmd_id[DBG_CMD_NUM];
226 u16 last_cmd_act[DBG_CMD_NUM];
227 u16 last_cmd_index;
228 u16 last_cmd_resp_id[DBG_CMD_NUM];
229 u16 last_cmd_resp_index;
230 u16 last_event[DBG_CMD_NUM];
231 u16 last_event_index;
232 u8 data_sent;
233 u8 cmd_sent;
234 u8 cmd_resp_received;
235 u8 event_received;