Searched refs:rtw_softc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | 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) in rtw_continuous_tx_enable() 478 rtw_txdac_enable(struct rtw_softc *sc, int enable) in rtw_txdac_enable() [all …]
|
H A D | rtwvar.h | 457 struct rtw_softc { struct 537 void rtw_txdac_enable(struct rtw_softc *, int); argument 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-src/sys/dev/cardbus/ |
H A D | if_rtw_cardbus.c | 111 struct rtw_softc sc_rtw; /* real RTL8180 softc */ 199 struct rtw_softc *sc = &csc->sc_rtw; in rtw_cardbus_attach() 285 struct rtw_softc *sc = &csc->sc_rtw; in rtw_cardbus_detach() 318 struct rtw_softc *sc = &csc->sc_rtw; in rtw_cardbus_resume() 343 struct rtw_softc *sc = &csc->sc_rtw; in rtw_cardbus_suspend()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_rtw_pci.c | 108 struct rtw_softc psc_rtw; 185 struct rtw_softc *sc = &psc->psc_rtw; in rtw_pci_attach() 281 struct rtw_softc *sc = &psc->psc_rtw; in rtw_pci_detach() 298 struct rtw_softc *sc = &psc->psc_rtw; in rtw_pci_resume()
|