Lines Matching refs:ld_softc
48 struct ld_softc sc_ld;
61 static int ld_nvme_start(struct ld_softc *, struct buf *);
62 static int ld_nvme_dump(struct ld_softc *, void *, daddr_t, int);
63 static int ld_nvme_flush(struct ld_softc *, bool);
64 static int ld_nvme_getcache(struct ld_softc *, int *);
65 static int ld_nvme_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
84 struct ld_softc *ld = &sc->sc_ld;
119 struct ld_softc *ld = &sc->sc_ld;
134 ld_nvme_start(struct ld_softc *ld, struct buf *bp)
150 ld_nvme_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
184 ld_nvme_flush(struct ld_softc *ld, bool poll)
193 ld_nvme_getcache(struct ld_softc *ld, int *addr)
201 ld_nvme_setcache(struct ld_softc *ld, int addr)
209 ld_nvme_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)