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

  /src/sys/dev/pcmcia/
if_wi_pcmcia.c 85 static int wi_pcmcia_load_firm(struct wi_softc *, const void *, int,
87 static int wi_pcmcia_write_firm(struct wi_softc *, const void *, int,
89 static int wi_pcmcia_set_hcr(struct wi_softc *, int);
93 struct wi_softc sc_wi;
272 struct wi_softc *sc = &psc->sc_wi;
332 struct wi_softc *sc = &psc->sc_wi;
400 struct wi_softc *sc = &psc->sc_wi;
431 wi_pcmcia_load_firm(struct wi_softc *sc, const void *primsym, int primlen,
479 wi_pcmcia_write_firm(struct wi_softc *sc, const void *buf, int buflen,
541 wi_pcmcia_set_hcr(struct wi_softc *sc, int mode
    [all...]
  /src/sys/dev/ic/
wi.c 147 STATIC int wi_reset(struct wi_softc *);
154 static void wi_ioctl_init(struct wi_softc *);
155 static int wi_ioctl_enter(struct wi_softc *);
156 static void wi_ioctl_exit(struct wi_softc *);
157 static void wi_ioctl_drain(struct wi_softc *);
172 STATIC void wi_sync_bssid(struct wi_softc *,
175 STATIC void wi_rx_intr(struct wi_softc *);
176 STATIC void wi_txalloc_intr(struct wi_softc *);
177 STATIC void wi_cmd_intr(struct wi_softc *);
178 STATIC void wi_tx_intr(struct wi_softc *);
    [all...]
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/pci/
if_wi_pci.c 83 struct wi_softc psc_wi; /* real "wi" softc */
94 static void wi_pci_reset(struct wi_softc *);
133 struct wi_softc *sc = &psc->psc_wi;
155 wi_pci_reset(struct wi_softc *sc)
214 struct wi_softc *sc = &psc->psc_wi;
  /src/sys/arch/macppc/dev/
if_wi_obio.c 62 struct wi_softc sc_wi;
91 struct wi_softc * const wisc = &sc->sc_wi;
  /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 17 milliseconds