rtw_softc 128 dev/cardbus/if_rtw_cardbus.c struct rtw_softc sc_rtw; /* real RTL8180 softc */ rtw_softc 159 dev/cardbus/if_rtw_cardbus.c int rtw_cardbus_enable(struct rtw_softc *); rtw_softc 160 dev/cardbus/if_rtw_cardbus.c void rtw_cardbus_disable(struct rtw_softc *); rtw_softc 161 dev/cardbus/if_rtw_cardbus.c void rtw_cardbus_power(struct rtw_softc *, int); rtw_softc 202 dev/cardbus/if_rtw_cardbus.c struct rtw_softc *sc = &csc->sc_rtw; rtw_softc 291 dev/cardbus/if_rtw_cardbus.c struct rtw_softc *sc = &csc->sc_rtw; rtw_softc 324 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_enable(struct rtw_softc *sc) rtw_softc 362 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_disable(struct rtw_softc *sc) rtw_softc 383 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_power(struct rtw_softc *sc, int why) rtw_softc 395 dev/cardbus/if_rtw_cardbus.c struct rtw_softc *sc = &csc->sc_rtw; rtw_softc 96 dev/ic/rtw.c void rtw_txring_fixup(struct rtw_softc *); rtw_softc 99 dev/ic/rtw.c void rtw_rxring_fixup(struct rtw_softc *); rtw_softc 101 dev/ic/rtw.c void rtw_intr_rx(struct rtw_softc *, u_int16_t); rtw_softc 102 dev/ic/rtw.c void rtw_intr_beacon(struct rtw_softc *, u_int16_t); rtw_softc 103 dev/ic/rtw.c void rtw_intr_atim(struct rtw_softc *); rtw_softc 104 dev/ic/rtw.c void rtw_transmit_config(struct rtw_softc *); rtw_softc 105 dev/ic/rtw.c void rtw_pktfilt_load(struct rtw_softc *); rtw_softc 114 dev/ic/rtw.c void rtw_txsoft_blk_cleanup_all(struct rtw_softc *); rtw_softc 117 dev/ic/rtw.c void rtw_txdesc_blk_setup_all(struct rtw_softc *); rtw_softc 118 dev/ic/rtw.c void rtw_intr_tx(struct rtw_softc *, u_int16_t); rtw_softc 119 dev/ic/rtw.c void rtw_intr_ioerror(struct rtw_softc *, u_int16_t); rtw_softc 120 dev/ic/rtw.c void rtw_intr_timeout(struct rtw_softc *); rtw_softc 125 dev/ic/rtw.c void rtw_pwrstate0(struct rtw_softc *, enum rtw_pwrstate, int, int); rtw_softc 126 dev/ic/rtw.c void rtw_join_bss(struct rtw_softc *, u_int8_t *, u_int16_t); rtw_softc 128 dev/ic/rtw.c int rtw_srom_parse(struct rtw_softc *); rtw_softc 141 dev/ic/rtw.c void rtw_hwring_setup(struct rtw_softc *); rtw_softc 142 dev/ic/rtw.c int rtw_swring_setup(struct rtw_softc *); rtw_softc 143 dev/ic/rtw.c void rtw_txdescs_reset(struct rtw_softc *); rtw_softc 145 dev/ic/rtw.c int rtw_pwrstate(struct rtw_softc *, enum rtw_pwrstate); rtw_softc 146 dev/ic/rtw.c int rtw_tune(struct rtw_softc *); rtw_softc 147 dev/ic/rtw.c void rtw_set_nettype(struct rtw_softc *, enum ieee80211_opmode); rtw_softc 158 dev/ic/rtw.c int rtw_txsoft_blk_setup_all(struct rtw_softc *); rtw_softc 159 dev/ic/rtw.c int rtw_rf_attach(struct rtw_softc *, int); rtw_softc 164 dev/ic/rtw.c int rtw_reset(struct rtw_softc *); rtw_softc 165 dev/ic/rtw.c void rtw_reset_oactive(struct rtw_softc *); rtw_softc 176 dev/ic/rtw.c void rtw_collect_txpkt(struct rtw_softc *, struct rtw_txdesc_blk *, rtw_softc 178 dev/ic/rtw.c void rtw_collect_txring(struct rtw_softc *, struct rtw_txsoft_blk *, rtw_softc 180 dev/ic/rtw.c void rtw_suspend_ticks(struct rtw_softc *); rtw_softc 181 dev/ic/rtw.c void rtw_resume_ticks(struct rtw_softc *); rtw_softc 182 dev/ic/rtw.c void rtw_enable_interrupts(struct rtw_softc *); rtw_softc 191 dev/ic/rtw.c int rtw_txring_choose(struct rtw_softc *, struct rtw_txsoft_blk **, rtw_softc 194 dev/ic/rtw.c struct mbuf *rtw_80211_dequeue(struct rtw_softc *, struct ifqueue *, int, rtw_softc 198 dev/ic/rtw.c void rtw_ibss_merge(struct rtw_softc *, struct ieee80211_node *, rtw_softc 206 dev/ic/rtw.c void rtw_led_newstate(struct rtw_softc *, enum ieee80211_state); rtw_softc 208 dev/ic/rtw.c int rtw_phy_init(struct rtw_softc *); rtw_softc 213 dev/ic/rtw.c int rtw_sa2400_pwrstate(struct rtw_softc *, enum rtw_pwrstate); rtw_softc 214 dev/ic/rtw.c int rtw_sa2400_txpower(struct rtw_softc *, u_int8_t); rtw_softc 215 dev/ic/rtw.c int rtw_sa2400_tune(struct rtw_softc *, u_int); rtw_softc 216 dev/ic/rtw.c int rtw_sa2400_vcocal_start(struct rtw_softc *, int); rtw_softc 217 dev/ic/rtw.c int rtw_sa2400_vco_calibration(struct rtw_softc *); rtw_softc 218 dev/ic/rtw.c int rtw_sa2400_filter_calibration(struct rtw_softc *); rtw_softc 219 dev/ic/rtw.c int rtw_sa2400_dc_calibration(struct rtw_softc *); rtw_softc 220 dev/ic/rtw.c int rtw_sa2400_calibrate(struct rtw_softc *, u_int); rtw_softc 221 dev/ic/rtw.c int rtw_sa2400_init(struct rtw_softc *, u_int, u_int8_t, rtw_softc 223 dev/ic/rtw.c int rtw_max2820_pwrstate(struct rtw_softc *, enum rtw_pwrstate); rtw_softc 224 dev/ic/rtw.c int rtw_max2820_init(struct rtw_softc *, u_int, u_int8_t, rtw_softc 226 dev/ic/rtw.c int rtw_max2820_txpower(struct rtw_softc *, u_int8_t); rtw_softc 227 dev/ic/rtw.c int rtw_max2820_tune(struct rtw_softc *, u_int); rtw_softc 228 dev/ic/rtw.c int rtw_rtl8225_pwrstate(struct rtw_softc *, enum rtw_pwrstate); rtw_softc 229 dev/ic/rtw.c int rtw_rtl8225_init(struct rtw_softc *, u_int, u_int8_t, rtw_softc 231 dev/ic/rtw.c int rtw_rtl8225_txpower(struct rtw_softc *, u_int8_t); rtw_softc 232 dev/ic/rtw.c int rtw_rtl8225_tune(struct rtw_softc *, u_int); rtw_softc 233 dev/ic/rtw.c int rtw_rtl8255_pwrstate(struct rtw_softc *, enum rtw_pwrstate); rtw_softc 234 dev/ic/rtw.c int rtw_rtl8255_init(struct rtw_softc *, u_int, u_int8_t, rtw_softc 236 dev/ic/rtw.c int rtw_rtl8255_txpower(struct rtw_softc *, u_int8_t); rtw_softc 237 dev/ic/rtw.c int rtw_rtl8255_tune(struct rtw_softc *, u_int); rtw_softc 238 dev/ic/rtw.c int rtw_grf5101_pwrstate(struct rtw_softc *, enum rtw_pwrstate); rtw_softc 239 dev/ic/rtw.c int rtw_grf5101_init(struct rtw_softc *, u_int, u_int8_t, rtw_softc 241 dev/ic/rtw.c int rtw_grf5101_txpower(struct rtw_softc *, u_int8_t); rtw_softc 242 dev/ic/rtw.c int rtw_grf5101_tune(struct rtw_softc *, u_int); rtw_softc 243 dev/ic/rtw.c int rtw_rf_hostwrite(struct rtw_softc *, u_int, u_int32_t); rtw_softc 244 dev/ic/rtw.c int rtw_rf_macwrite(struct rtw_softc *, u_int, u_int32_t); rtw_softc 262 dev/ic/rtw.c void rtw_print_txdesc(struct rtw_softc *, const char *, rtw_softc 265 dev/ic/rtw.c void rtw_dump_rings(struct rtw_softc *); rtw_softc 266 dev/ic/rtw.c void rtw_print_txdesc(struct rtw_softc *, const char *, rtw_softc 275 dev/ic/rtw.c rtw_continuous_tx_enable(struct rtw_softc *sc, int enable) rtw_softc 409 dev/ic/rtw.c rtw_txdac_enable(struct rtw_softc *sc, int enable) rtw_softc 493 dev/ic/rtw.c rtw_reset(struct rtw_softc *sc) rtw_softc 562 dev/ic/rtw.c rtw_srom_parse(struct rtw_softc *sc) rtw_softc 1125 dev/ic/rtw.c rtw_intr_rx(struct rtw_softc *sc, u_int16_t isr) rtw_softc 1397 dev/ic/rtw.c rtw_collect_txpkt(struct rtw_softc *sc, struct rtw_txdesc_blk *tdb, rtw_softc 1431 dev/ic/rtw.c rtw_reset_oactive(struct rtw_softc *sc) rtw_softc 1452 dev/ic/rtw.c rtw_collect_txring(struct rtw_softc *sc, struct rtw_txsoft_blk *tsb, rtw_softc 1493 dev/ic/rtw.c rtw_intr_tx(struct rtw_softc *sc, u_int16_t isr) rtw_softc 1512 dev/ic/rtw.c rtw_intr_beacon(struct rtw_softc *sc, u_int16_t isr) rtw_softc 1563 dev/ic/rtw.c rtw_intr_atim(struct rtw_softc *sc) rtw_softc 1571 dev/ic/rtw.c rtw_dump_rings(struct rtw_softc *sc) rtw_softc 1603 dev/ic/rtw.c rtw_hwring_setup(struct rtw_softc *sc) rtw_softc 1636 dev/ic/rtw.c rtw_swring_setup(struct rtw_softc *sc) rtw_softc 1687 dev/ic/rtw.c rtw_txring_fixup(struct rtw_softc *sc) rtw_softc 1707 dev/ic/rtw.c rtw_rxring_fixup(struct rtw_softc *sc) rtw_softc 1726 dev/ic/rtw.c rtw_txdescs_reset(struct rtw_softc *sc) rtw_softc 1737 dev/ic/rtw.c rtw_intr_ioerror(struct rtw_softc *sc, u_int16_t isr) rtw_softc 1796 dev/ic/rtw.c rtw_suspend_ticks(struct rtw_softc *sc) rtw_softc 1804 dev/ic/rtw.c rtw_resume_ticks(struct rtw_softc *sc) rtw_softc 1822 dev/ic/rtw.c rtw_intr_timeout(struct rtw_softc *sc) rtw_softc 1834 dev/ic/rtw.c struct rtw_softc *sc = arg; rtw_softc 1919 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc *)ifp->if_softc; rtw_softc 2111 dev/ic/rtw.c rtw_pwrstate0(struct rtw_softc *sc, enum rtw_pwrstate power, int before_rf, rtw_softc 2126 dev/ic/rtw.c rtw_pwrstate(struct rtw_softc *sc, enum rtw_pwrstate power) rtw_softc 2160 dev/ic/rtw.c rtw_tune(struct rtw_softc *sc) rtw_softc 2209 dev/ic/rtw.c rtw_disable(struct rtw_softc *sc) rtw_softc 2230 dev/ic/rtw.c rtw_enable(struct rtw_softc *sc) rtw_softc 2244 dev/ic/rtw.c rtw_transmit_config(struct rtw_softc *sc) rtw_softc 2270 dev/ic/rtw.c rtw_enable_interrupts(struct rtw_softc *sc) rtw_softc 2288 dev/ic/rtw.c rtw_set_nettype(struct rtw_softc *sc, enum ieee80211_opmode opmode) rtw_softc 2319 dev/ic/rtw.c rtw_pktfilt_load(struct rtw_softc *sc) rtw_softc 2411 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc *)ifp->if_softc; rtw_softc 2522 dev/ic/rtw.c rtw_led_newstate(struct rtw_softc *sc, enum ieee80211_state nstate) rtw_softc 2608 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc *)arg; rtw_softc 2634 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc *)arg; rtw_softc 2655 dev/ic/rtw.c struct rtw_softc *sc = ifp->if_softc; rtw_softc 2716 dev/ic/rtw.c rtw_txring_choose(struct rtw_softc *sc, struct rtw_txsoft_blk **tsbp, rtw_softc 2740 dev/ic/rtw.c rtw_80211_dequeue(struct rtw_softc *sc, struct ifqueue *ifq, int pri, rtw_softc 2770 dev/ic/rtw.c struct rtw_softc *sc; rtw_softc 2773 dev/ic/rtw.c sc = (struct rtw_softc *)ifp->if_softc; rtw_softc 3100 dev/ic/rtw.c rtw_print_txdesc(struct rtw_softc *sc, const char *action, rtw_softc 3124 dev/ic/rtw.c struct rtw_softc *sc; rtw_softc 3131 dev/ic/rtw.c sc = (struct rtw_softc *)ifp->if_softc; rtw_softc 3364 dev/ic/rtw.c struct rtw_softc *sc; rtw_softc 3410 dev/ic/rtw.c struct rtw_softc *sc = arg; rtw_softc 3423 dev/ic/rtw.c rtw_join_bss(struct rtw_softc *sc, u_int8_t *bssid, u_int16_t intval0) rtw_softc 3461 dev/ic/rtw.c struct rtw_softc *sc = ifp->if_softc; rtw_softc 3535 dev/ic/rtw.c rtw_ibss_merge(struct rtw_softc *sc, struct ieee80211_node *ni, rtw_softc 3558 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc*)ic->ic_softc; rtw_softc 3579 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc *)ic->ic_if.if_softc; rtw_softc 3590 dev/ic/rtw.c struct rtw_softc *sc = (struct rtw_softc *)ic->ic_if.if_softc; rtw_softc 3616 dev/ic/rtw.c struct rtw_softc *sc = ifp->if_softc; rtw_softc 3629 dev/ic/rtw.c struct rtw_softc *sc = arg; rtw_softc 3661 dev/ic/rtw.c struct rtw_softc *sc = arg; rtw_softc 3713 dev/ic/rtw.c rtw_txsoft_blk_cleanup_all(struct rtw_softc *sc) rtw_softc 3726 dev/ic/rtw.c rtw_txsoft_blk_setup_all(struct rtw_softc *sc) rtw_softc 3763 dev/ic/rtw.c rtw_txdesc_blk_setup_all(struct rtw_softc *sc) rtw_softc 3783 dev/ic/rtw.c rtw_rf_attach(struct rtw_softc *sc, int rfchipid) rtw_softc 3930 dev/ic/rtw.c rtw_attach(struct rtw_softc *sc) rtw_softc 4194 dev/ic/rtw.c rtw_detach(struct rtw_softc *sc) rtw_softc 4261 dev/ic/rtw.c rtw_sa2400_txpower(struct rtw_softc *sc, u_int8_t opaque_txpower) rtw_softc 4321 dev/ic/rtw.c rtw_sa2400_tune(struct rtw_softc *sc, u_int freq) rtw_softc 4356 dev/ic/rtw.c rtw_sa2400_pwrstate(struct rtw_softc *sc, enum rtw_pwrstate power) rtw_softc 4379 dev/ic/rtw.c rtw_sa2400_vcocal_start(struct rtw_softc *sc, int start) rtw_softc 4396 dev/ic/rtw.c rtw_sa2400_vco_calibration(struct rtw_softc *sc) rtw_softc 4408 dev/ic/rtw.c rtw_sa2400_filter_calibration(struct rtw_softc *sc) rtw_softc 4420 dev/ic/rtw.c rtw_sa2400_dc_calibration(struct rtw_softc *sc) rtw_softc 4453 dev/ic/rtw.c rtw_sa2400_calibrate(struct rtw_softc *sc, u_int freq) rtw_softc 4474 dev/ic/rtw.c rtw_sa2400_init(struct rtw_softc *sc, u_int freq, u_int8_t opaque_txpower, rtw_softc 4519 dev/ic/rtw.c rtw_max2820_tune(struct rtw_softc *sc, u_int freq) rtw_softc 4529 dev/ic/rtw.c rtw_max2820_init(struct rtw_softc *sc, u_int freq, u_int8_t opaque_txpower, rtw_softc 4570 dev/ic/rtw.c rtw_max2820_txpower(struct rtw_softc *sc, u_int8_t opaque_txpower) rtw_softc 4577 dev/ic/rtw.c rtw_max2820_pwrstate(struct rtw_softc *sc, enum rtw_pwrstate power) rtw_softc 4595 dev/ic/rtw.c rtw_grf5101_init(struct rtw_softc *sc, u_int freq, u_int8_t opaque_txpower, rtw_softc 4639 dev/ic/rtw.c rtw_grf5101_tune(struct rtw_softc *sc, u_int freq) rtw_softc 4653 dev/ic/rtw.c rtw_grf5101_txpower(struct rtw_softc *sc, u_int8_t opaque_txpower) rtw_softc 4664 dev/ic/rtw.c rtw_grf5101_pwrstate(struct rtw_softc *sc, enum rtw_pwrstate power) rtw_softc 4695 dev/ic/rtw.c rtw_rtl8225_pwrstate(struct rtw_softc *sc, enum rtw_pwrstate power) rtw_softc 4701 dev/ic/rtw.c rtw_rtl8225_init(struct rtw_softc *sc, u_int freq, u_int8_t opaque_txpower, rtw_softc 4708 dev/ic/rtw.c rtw_rtl8225_txpower(struct rtw_softc *sc, u_int8_t opaque_txpower) rtw_softc 4714 dev/ic/rtw.c rtw_rtl8225_tune(struct rtw_softc *sc, u_int freq) rtw_softc 4720 dev/ic/rtw.c rtw_rtl8255_pwrstate(struct rtw_softc *sc, enum rtw_pwrstate power) rtw_softc 4726 dev/ic/rtw.c rtw_rtl8255_init(struct rtw_softc *sc, u_int freq, u_int8_t opaque_txpower, rtw_softc 4733 dev/ic/rtw.c rtw_rtl8255_txpower(struct rtw_softc *sc, u_int8_t opaque_txpower) rtw_softc 4739 dev/ic/rtw.c rtw_rtl8255_tune(struct rtw_softc *sc, u_int freq) rtw_softc 4745 dev/ic/rtw.c rtw_phy_init(struct rtw_softc *sc) rtw_softc 5009 dev/ic/rtw.c rtw_rf_hostwrite(struct rtw_softc *sc, u_int addr, u_int32_t val) rtw_softc 5086 dev/ic/rtw.c rtw_rf_macwrite(struct rtw_softc *sc, u_int addr, u_int32_t val) rtw_softc 359 dev/ic/rtwvar.h struct rtw_softc { rtw_softc 392 dev/ic/rtwvar.h int (*sc_rf_init)(struct rtw_softc *, u_int, rtw_softc 394 dev/ic/rtwvar.h int (*sc_rf_pwrstate)(struct rtw_softc *, rtw_softc 396 dev/ic/rtwvar.h int (*sc_rf_tune)(struct rtw_softc *, u_int); rtw_softc 397 dev/ic/rtwvar.h int (*sc_rf_txpower)(struct rtw_softc *, u_int8_t); rtw_softc 402 dev/ic/rtwvar.h int (*sc_enable)(struct rtw_softc *); rtw_softc 403 dev/ic/rtwvar.h void (*sc_disable)(struct rtw_softc *); rtw_softc 404 dev/ic/rtwvar.h void (*sc_power)(struct rtw_softc *, int); rtw_softc 446 dev/ic/rtwvar.h void rtw_txdac_enable(struct rtw_softc *, int); rtw_softc 449 dev/ic/rtwvar.h void rtw_continuous_tx_enable(struct rtw_softc *, int); rtw_softc 452 dev/ic/rtwvar.h void rtw_attach(struct rtw_softc *); rtw_softc 453 dev/ic/rtwvar.h int rtw_detach(struct rtw_softc *); rtw_softc 456 dev/ic/rtwvar.h void rtw_disable(struct rtw_softc *); rtw_softc 457 dev/ic/rtwvar.h int rtw_enable(struct rtw_softc *); rtw_softc 84 dev/pci/if_rtw_pci.c int rtw_pci_enable(struct rtw_softc *); rtw_softc 85 dev/pci/if_rtw_pci.c void rtw_pci_disable(struct rtw_softc *); rtw_softc 94 dev/pci/if_rtw_pci.c struct rtw_softc psc_rtw; /* real RTL8180L softc */ rtw_softc 125 dev/pci/if_rtw_pci.c rtw_pci_enable(struct rtw_softc *sc) rtw_softc 142 dev/pci/if_rtw_pci.c rtw_pci_disable(struct rtw_softc *sc) rtw_softc 155 dev/pci/if_rtw_pci.c struct rtw_softc *sc = &psc->psc_rtw;