Searched refs:athn_hw_reset (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | athnvar.h | 631 int athn_hw_reset(struct athn_softc *, struct ieee80211_channel *,
|
H A D | athn.c | 996 error = athn_hw_reset(sc, curchan, extchan, 0); in athn_switch_chan() 2182 athn_hw_reset(struct athn_softc *sc, struct ieee80211_channel *curchan, in athn_hw_reset() function 2902 if ((error = athn_hw_reset(sc, curchan, extchan, 1)) != 0) { in athn_init()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_athn_usb.c | 1773 error = athn_hw_reset(sc, curchan, extchan, 0); in athn_usb_switch_chan() 2801 error = athn_hw_reset(sc, curchan, extchan, 1); in athn_usb_init_locked()
|