Home
last modified time | relevance | path

Searched refs:amr_softc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/raid/amr/
H A Damrvar.h123 struct amr_softc *ac_sc;
176 struct amr_softc struct
273 extern void amr_free(struct amr_softc *sc);
274 extern int amr_flush(struct amr_softc *sc);
275 extern int amr_done(struct amr_softc *sc);
276 extern void amr_startio(struct amr_softc *sc);
291 struct amr_softc *amrd_controller;
309 amr_enqueue_bio(struct amr_softc *sc, struct bio *bio) in amr_enqueue_bio()
316 amr_dequeue_bio(struct amr_softc *sc) in amr_dequeue_bio()
347 amr_dequeue_ready(struct amr_softc *sc) in amr_dequeue_ready()
[all …]
H A Damr.c187 amr_attach(struct amr_softc *sc) in amr_attach()
296 struct amr_softc *sc = (struct amr_softc *)arg; in amr_startup()
371 amr_free(struct amr_softc *sc) in amr_free()
456 struct amr_softc *sc = (struct amr_softc *)dev->si_drv1; in amr_rescan_drives()
516 struct amr_softc *sc = (struct amr_softc *)dev->si_drv1; in amr_linux_ioctl_int()
707 struct amr_softc *sc = (struct amr_softc *)dev->si_drv1; in amr_ioctl()
1073 amr_flush(struct amr_softc *sc) in amr_flush()
1155 amr_startio(struct amr_softc *sc) in amr_startio()
1730 struct amr_softc *sc; in amr_start()
1766 amr_done(struct amr_softc *sc) in amr_done()
[all …]
H A Damr_pci.c85 static void amr_pci_free(struct amr_softc *sc);
87 static int amr_sglist_map(struct amr_softc *sc);
88 static int amr_setup_mbox(struct amr_softc *sc);
89 static int amr_ccb_map(struct amr_softc *sc);
114 sizeof(struct amr_softc)
184 struct amr_softc *sc; in amr_pci_attach()
464 struct amr_softc *sc = (struct amr_softc *)arg; in amr_pci_intr()
478 amr_pci_free(struct amr_softc *sc) in amr_pci_free()
544 amr_sglist_map(struct amr_softc *sc) in amr_sglist_map()
618 amr_setup_mbox(struct amr_softc *sc) in amr_setup_mbox()
[all …]
H A Damr_cam.c87 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
113 amr_enqueue_ccb(struct amr_softc *sc, union ccb *ccb) in amr_enqueue_ccb()
120 amr_requeue_ccb(struct amr_softc *sc, union ccb *ccb) in amr_requeue_ccb()
127 amr_dequeue_ccb(struct amr_softc *sc) in amr_dequeue_ccb()
148 struct amr_softc *sc; in amr_cam_attach()
205 struct amr_softc *sc; in amr_cam_detach()
240 struct amr_softc *sc = cam_sim_softc(sim); in amr_cam_action()
415 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command()
H A Damr_disk.c143 struct amr_softc *amr_sc; in amrd_dump()
149 amr_sc = (struct amr_softc *)amrd_sc->amrd_controller; in amrd_dump()
236 sc->amrd_controller = (struct amr_softc *)device_get_softc(parent); in amrd_attach()