Lines Matching defs:sdio_mmc_card
238 struct sdio_mmc_card { struct
239 struct sdio_func *func;
240 struct mwifiex_adapter *adapter;
242 struct completion fw_done;
243 const char *firmware;
244 const struct mwifiex_sdio_card_reg *reg;
245 u8 max_ports;
246 u8 mp_agg_pkt_limit;
247 u16 tx_buf_size;
248 u32 mp_tx_agg_buf_size;
249 u32 mp_rx_agg_buf_size;
251 u32 mp_rd_bitmap;
252 u32 mp_wr_bitmap;
254 u16 mp_end_port;
255 u32 mp_data_port_mask;
257 u8 curr_rd_port;
258 u8 curr_wr_port;
260 u8 *mp_regs;
261 bool supports_sdio_new_mode;
262 bool has_control_mask;
263 bool can_dump_fw;
264 bool fw_dump_enh;
265 bool can_auto_tdls;
266 bool can_ext_scan;
268 struct mwifiex_sdio_mpa_tx mpa_tx;
269 struct mwifiex_sdio_mpa_rx mpa_rx;
271 struct work_struct work;
272 unsigned long work_flags;