Home | History | Annotate | Download | only in ata

Lines Matching refs:wd_softc

123 static void	wdperror(const struct wd_softc *, struct ata_xfer *);
130 static int wd_standby(struct wd_softc *, int);
132 CFATTACH_DECL3_NEW(wd, sizeof(struct wd_softc),
191 struct wd_softc *wi_softc;
196 static struct wd_ioctl *wi_get(struct wd_softc *);
200 static void wdstart1(struct wd_softc *, struct buf *, struct ata_xfer *);
208 static int wd_get_params(struct wd_softc *, struct ataparams *);
209 static void wd_set_geometry(struct wd_softc *);
210 static int wd_flushcache(struct wd_softc *, int);
211 static int wd_trim(struct wd_softc *, daddr_t, long);
214 static int wd_getcache(struct wd_softc *, int *);
215 static int wd_setcache(struct wd_softc *, int);
217 static void wd_sysctl_attach(struct wd_softc *);
218 static void wd_sysctl_detach(struct wd_softc *);
234 static void bad144intern(struct wd_softc *);
309 struct wd_softc *wd = device_private(self);
531 struct wd_softc *sc = device_private(dv);
547 struct wd_softc *wd = device_private(self);
632 struct wd_softc *wd =
690 wdstart1(struct wd_softc *wd, struct buf *bp, struct ata_xfer *xfer)
807 struct wd_softc *wd = device_private(dev);
879 struct wd_softc *wd = device_private(self);
894 struct wd_softc *wd = device_private(self);
1056 struct wd_softc *wd = v;
1073 struct wd_softc *wd = v;
1090 const struct wd_softc * const wd =
1144 struct wd_softc *wd;
1183 struct wd_softc *wd = device_private(self);
1219 struct wd_softc *wd = device_private(self);
1235 struct wd_softc *wd;
1247 wdperror(const struct wd_softc *wd, struct ata_xfer *xfer)
1289 struct wd_softc *wd =
1506 struct wd_softc *wd = device_private(dev);
1547 struct wd_softc *wd;
1571 struct wd_softc *wd;
1595 struct wd_softc *wd;
1616 struct wd_softc *wd = device_private(dev);
1695 bad144intern(struct wd_softc *wd)
1718 wd_set_geometry(struct wd_softc *wd)
1747 wd_get_params(struct wd_softc *wd, struct ataparams *params)
1792 wd_getcache(struct wd_softc *wd, int *bitsp)
1838 wd_setcache(struct wd_softc *wd, int bits)
1878 wd_standby(struct wd_softc *wd, int flags)
1902 wd_flushcache(struct wd_softc *wd, int flags)
1943 wd_trim(struct wd_softc *wd, daddr_t bno, long size)
1992 struct wd_softc *wd = device_private(dev);
2009 wi_get(struct wd_softc *wd)
2196 wd_sysctl_attach(struct wd_softc *wd)
2271 wd_sysctl_detach(struct wd_softc *wd)
2282 struct wd_softc *wd;