Home | History | Annotate | Download | only in mca

Lines Matching defs:edc_mca_softc

83 struct edc_mca_softc {
117 CFATTACH_DECL_NEW(edc_mca, sizeof(struct edc_mca_softc),
121 static void edc_dump_status_block(struct edc_mca_softc *,
123 static int edc_do_attn(struct edc_mca_softc *, int, int, int);
124 static void edc_cmd_wait(struct edc_mca_softc *, int, int);
144 struct edc_mca_softc *sc = device_private(self);
345 edc_add_disk(struct edc_mca_softc *sc, struct ed_softc *ed)
353 struct edc_mca_softc *sc = arg;
497 edc_do_attn(struct edc_mca_softc *sc, int attn_type, int devno, int intr_id)
549 edc_cmd_wait(struct edc_mca_softc *sc, int secs, int poll)
577 edc_run_cmd(struct edc_mca_softc *sc, int cmd, int devno,
739 edc_dump_status_block(struct edc_mca_softc *sc, u_int16_t *status_block,
806 struct edc_mca_softc *sc = (struct edc_mca_softc *) arg;
854 edc_bio(struct edc_mca_softc *sc, struct ed_softc *ed, void *data,