Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mwl/
Dif_mwl.c90 static int mwl_setupdma(struct mwl_softc *);
91 static int mwl_hal_reset(struct mwl_softc *sc);
92 static int mwl_init_locked(struct mwl_softc *);
113 static int mwl_mode_init(struct mwl_softc *);
123 static int mwl_dma_setup(struct mwl_softc *);
124 static void mwl_dma_cleanup(struct mwl_softc *);
133 static int mwl_rxbuf_init(struct mwl_softc *, struct mwl_rxbuf *);
135 static void mwl_txq_init(struct mwl_softc *sc, struct mwl_txq *, int);
136 static int mwl_tx_setup(struct mwl_softc *, int, int);
138 static void mwl_tx_cleanupq(struct mwl_softc *, struct mwl_txq *);
[all …]
Dif_mwlvar.h246 struct mwl_softc { struct
354 int mwl_attach(u_int16_t, struct mwl_softc *); argument
355 int mwl_detach(struct mwl_softc *);
356 void mwl_resume(struct mwl_softc *);
357 void mwl_suspend(struct mwl_softc *);
Dif_mwl_pci.c71 struct mwl_softc sc_sc;
127 struct mwl_softc *sc = &psc->sc_sc; in mwl_pci_attach()
218 struct mwl_softc *sc = &psc->sc_sc; in mwl_pci_detach()