Lines Matching refs:edc_mca_softc
83 struct edc_mca_softc { struct
117 CFATTACH_DECL_NEW(edc_mca, sizeof(struct edc_mca_softc), argument
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); in edc_mca_attach()
345 edc_add_disk(struct edc_mca_softc *sc, struct ed_softc *ed) in edc_add_disk()
353 struct edc_mca_softc *sc = arg; in edc_intr()
497 edc_do_attn(struct edc_mca_softc *sc, int attn_type, int devno, int intr_id) in edc_do_attn()
549 edc_cmd_wait(struct edc_mca_softc *sc, int secs, int poll) in edc_cmd_wait()
577 edc_run_cmd(struct edc_mca_softc *sc, int cmd, int devno, in edc_run_cmd()
739 edc_dump_status_block(struct edc_mca_softc *sc, u_int16_t *status_block, in edc_dump_status_block()
806 struct edc_mca_softc *sc = (struct edc_mca_softc *) arg; in edcworker()
854 edc_bio(struct edc_mca_softc *sc, struct ed_softc *ed, void *data, in edc_bio()