Lines Matching defs:sdio_mmc_card
240 struct sdio_mmc_card { struct
241 struct sdio_func *func;
242 struct mwifiex_adapter *adapter;
244 struct completion fw_done;
245 const char *firmware;
246 const struct mwifiex_sdio_card_reg *reg;
247 u8 max_ports;
248 u8 mp_agg_pkt_limit;
249 u16 tx_buf_size;
250 u32 mp_tx_agg_buf_size;
251 u32 mp_rx_agg_buf_size;
253 u32 mp_rd_bitmap;
254 u32 mp_wr_bitmap;
256 u16 mp_end_port;
257 u32 mp_data_port_mask;
259 u8 curr_rd_port;
260 u8 curr_wr_port;
262 u8 *mp_regs;
263 bool supports_sdio_new_mode;
264 bool has_control_mask;
265 bool can_dump_fw;
266 bool fw_dump_enh;
267 bool can_auto_tdls;
268 bool can_ext_scan;
270 struct mwifiex_sdio_mpa_tx mpa_tx;
271 struct mwifiex_sdio_mpa_rx mpa_rx;
273 struct work_struct work;
274 unsigned long work_flags;