HomeSort by: relevance | last modified time | path
    Searched defs:wi_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
wivar.h 80 struct wi_softc { struct
88 void (*sc_reset)(struct wi_softc *);
294 int wi_attach(struct wi_softc *, const u_int8_t *);
295 int wi_detach(struct wi_softc *);
  /src/sys/dev/ata/
wd.c 191 struct wd_softc *wi_softc; member in struct:wd_ioctl
2014 wi->wi_softc = wd;
2059 return wi->wi_softc->sc_blksize;
2102 xfer = ata_get_xfer(wi->wi_softc->drvp->chnl_softc, true);
2160 wi->wi_softc->atabus->ata_exec_command(wi->wi_softc->drvp, xfer);
2161 ata_wait_cmd(wi->wi_softc->drvp->chnl_softc, xfer);
2187 ata_free_xfer(wi->wi_softc->drvp->chnl_softc, xfer);

Completed in 14 milliseconds