Searched refs:mwl_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/mwl/
H A Dif_mwl.c89 static int mwl_setupdma(struct mwl_softc *);
90 static int mwl_hal_reset(struct mwl_softc *sc);
91 static int mwl_init(struct mwl_softc *);
94 static void mwl_stop(struct mwl_softc *);
95 static void mwl_start(struct mwl_softc *);
115 static int mwl_mode_init(struct mwl_softc *);
125 static int mwl_dma_setup(struct mwl_softc *);
126 static void mwl_dma_cleanup(struct mwl_softc *);
135 static int mwl_rxbuf_init(struct mwl_softc *, struct mwl_rxbuf *);
137 static void mwl_txq_init(struct mwl_softc *s
[all...]
H A Dif_mwlvar.h247 struct mwl_softc { struct
357 int mwl_attach(u_int16_t, struct mwl_softc *);
358 int mwl_detach(struct mwl_softc *);
359 void mwl_resume(struct mwl_softc *);
360 void mwl_suspend(struct mwl_softc *);
H A Dif_mwl_pci.c72 struct mwl_softc sc_sc;
127 struct mwl_softc *sc = &psc->sc_sc;
218 struct mwl_softc *sc = &psc->sc_sc;

Completed in 182 milliseconds