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

  /src/sys/dev/ic/
rtw.c 89 static void rtw_enable_interrupts(struct rtw_softc *);
95 static void rtw_reset_oactive(struct rtw_softc *);
96 static struct mbuf *rtw_beacon_alloc(struct rtw_softc *,
100 static void rtw_io_enable(struct rtw_softc *, uint8_t, int);
107 static void rtw_wep_setkeys(struct rtw_softc *, struct ieee80211_key *, int);
119 static void rtw_dump_rings(struct rtw_softc *sc);
120 static void rtw_print_txdesc(struct rtw_softc *, const char *,
126 static void rtw_txring_fixup(struct rtw_softc *sc, const char *fn, int ln);
343 rtw_continuous_tx_enable(struct rtw_softc *sc, int enable)
478 rtw_txdac_enable(struct rtw_softc *sc, int enable
    [all...]
rtwvar.h 457 struct rtw_softc { struct
537 void rtw_txdac_enable(struct rtw_softc *, int);
540 void rtw_continuous_tx_enable(struct rtw_softc *, int);
543 void rtw_attach(struct rtw_softc *);
544 int rtw_detach(struct rtw_softc *);
  /src/sys/dev/cardbus/
if_rtw_cardbus.c 111 struct rtw_softc sc_rtw; /* real RTL8180 softc */
199 struct rtw_softc *sc = &csc->sc_rtw;
285 struct rtw_softc *sc = &csc->sc_rtw;
318 struct rtw_softc *sc = &csc->sc_rtw;
343 struct rtw_softc *sc = &csc->sc_rtw;
  /src/sys/dev/pci/
if_rtw_pci.c 108 struct rtw_softc psc_rtw;
185 struct rtw_softc *sc = &psc->psc_rtw;
281 struct rtw_softc *sc = &psc->psc_rtw;
298 struct rtw_softc *sc = &psc->psc_rtw;

Completed in 34 milliseconds