Searched refs:rtw_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtw.c89 static void rtw_enable_interrupts(struct rtw_softc *);
94 static void rtw_reset_oactive(struct rtw_softc *);
95 static struct mbuf *rtw_beacon_alloc(struct rtw_softc *,
99 static void rtw_io_enable(struct rtw_softc *, uint8_t, int);
106 static void rtw_wep_setkeys(struct rtw_softc *, struct ieee80211_key *, int);
118 static void rtw_dump_rings(struct rtw_softc *sc);
119 static void rtw_print_txdesc(struct rtw_softc *, const char *,
125 static void rtw_txring_fixup(struct rtw_softc *sc, const char *fn, int ln);
347 rtw_continuous_tx_enable(struct rtw_softc *sc, int enable)
482 rtw_txdac_enable(struct rtw_softc *s
[all...]
H A Drtwvar.h458 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 *);
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_rtw_cardbus.c112 struct rtw_softc sc_rtw; /* real RTL8180 softc */
200 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;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_rtw_pci.c109 struct rtw_softc psc_rtw;
177 struct rtw_softc *sc = &psc->psc_rtw;
272 struct rtw_softc *sc = &psc->psc_rtw;
289 struct rtw_softc *sc = &psc->psc_rtw;

Completed in 61 milliseconds