Home
last modified time | relevance | path

Searched defs:sdda_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/mmc/
H A Dmmc_da.c113 struct sdda_softc { struct
114 int outstanding_cmds; /* Number of active commands */
115 int refcount; /* Active xpt_action() calls */
116 sdda_state state;
117 struct mmc_data *mmcdata;
118 struct cam_periph *periph;
120 struct task start_init_task;
121 uint32_t raw_csd[4];
122 uint8_t raw_ext_csd[512]; /* MMC only? */
123 struct mmc_csd csd;
[all …]