Lines Matching defs:mwifiex_debug_info
192 struct mwifiex_debug_info { struct
193 unsigned int debug_mask;
194 u32 int_counter;
195 u32 packets_out[MAX_NUM_TID];
196 u32 tx_buf_size;
197 u32 curr_tx_buf_size;
198 u32 tx_tbl_num;
200 tx_tbl[MWIFIEX_MAX_TX_BASTREAM_SUPPORTED];
201 u32 rx_tbl_num;
202 struct mwifiex_ds_rx_reorder_tbl rx_tbl
204 u32 tdls_peer_num;
205 struct tdls_peer_info tdls_list
207 u16 ps_mode;
208 u32 ps_state;
209 u8 is_deep_sleep;
210 u8 pm_wakeup_card_req;
211 u32 pm_wakeup_fw_try;
212 u8 is_hs_configured;
213 u8 hs_activated;
214 u32 num_cmd_host_to_card_failure;
215 u32 num_cmd_sleep_cfm_host_to_card_failure;
216 u32 num_tx_host_to_card_failure;
217 u32 num_event_deauth;
218 u32 num_event_disassoc;
219 u32 num_event_link_lost;
220 u32 num_cmd_deauth;
221 u32 num_cmd_assoc_success;
222 u32 num_cmd_assoc_failure;
223 u32 num_tx_timeout;
224 u8 is_cmd_timedout;
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 u8 data_sent;
235 u8 cmd_sent;
236 u8 cmd_resp_received;
237 u8 event_received;