Home | History | Annotate | Download | only in ata

Lines Matching refs:ld_softc

87 	struct ld_softc sc_ld;
104 static int ld_ataraid_dump(struct ld_softc *, void *, daddr_t, int);
105 static int ld_ataraid_ioctl(struct ld_softc *, u_long, void *, int32_t,
112 static int ld_ataraid_start_span(struct ld_softc *, struct buf *);
114 static int ld_ataraid_start_raid0(struct ld_softc *, struct buf *);
153 struct ld_softc *ld = &sc->sc_ld;
270 struct ld_softc *ld = &sc->sc_ld;
337 ld_ataraid_start_span(struct ld_softc *ld, struct buf *bp)
395 ld_ataraid_start_raid0(struct ld_softc *ld, struct buf *bp)
584 ld_ataraid_dump(struct ld_softc *sc, void *data, daddr_t blkno, int blkcnt)
631 struct ld_softc *ld = &sc->sc_ld;
678 struct ld_softc *ld = &sc->sc_ld;
727 ld_ataraid_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag,