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