Lines Matching defs:sdio_mmc_card
235 struct sdio_mmc_card { struct
236 struct sdio_func *func;
237 struct mwifiex_adapter *adapter;
239 const char *firmware;
240 const struct mwifiex_sdio_card_reg *reg;
241 u8 max_ports;
242 u8 mp_agg_pkt_limit;
243 u16 tx_buf_size;
244 u32 mp_tx_agg_buf_size;
245 u32 mp_rx_agg_buf_size;
247 u32 mp_rd_bitmap;
248 u32 mp_wr_bitmap;
250 u16 mp_end_port;
251 u32 mp_data_port_mask;
253 u8 curr_rd_port;
254 u8 curr_wr_port;
256 u8 *mp_regs;
257 bool supports_sdio_new_mode;
258 bool has_control_mask;
259 bool can_dump_fw;
260 bool can_auto_tdls;
261 bool can_ext_scan;
263 struct mwifiex_sdio_mpa_tx mpa_tx;
264 struct mwifiex_sdio_mpa_rx mpa_rx;