rt2661_softc       78 dev/cardbus/if_ral_cardbus.c 		struct rt2661_softc	sc_rt2661;
rt2661_softc       78 dev/ic/rt2661.c int		rt2661_alloc_tx_ring(struct rt2661_softc *,
rt2661_softc       80 dev/ic/rt2661.c void		rt2661_reset_tx_ring(struct rt2661_softc *,
rt2661_softc       82 dev/ic/rt2661.c void		rt2661_free_tx_ring(struct rt2661_softc *,
rt2661_softc       84 dev/ic/rt2661.c int		rt2661_alloc_rx_ring(struct rt2661_softc *,
rt2661_softc       86 dev/ic/rt2661.c void		rt2661_reset_rx_ring(struct rt2661_softc *,
rt2661_softc       88 dev/ic/rt2661.c void		rt2661_free_rx_ring(struct rt2661_softc *,
rt2661_softc       99 dev/ic/rt2661.c uint16_t	rt2661_eeprom_read(struct rt2661_softc *, uint8_t);
rt2661_softc      100 dev/ic/rt2661.c void		rt2661_tx_intr(struct rt2661_softc *);
rt2661_softc      101 dev/ic/rt2661.c void		rt2661_tx_dma_intr(struct rt2661_softc *,
rt2661_softc      103 dev/ic/rt2661.c void		rt2661_rx_intr(struct rt2661_softc *);
rt2661_softc      104 dev/ic/rt2661.c void		rt2661_mcu_beacon_expire(struct rt2661_softc *);
rt2661_softc      105 dev/ic/rt2661.c void		rt2661_mcu_wakeup(struct rt2661_softc *);
rt2661_softc      106 dev/ic/rt2661.c void		rt2661_mcu_cmd_intr(struct rt2661_softc *);
rt2661_softc      114 dev/ic/rt2661.c void		rt2661_setup_tx_desc(struct rt2661_softc *,
rt2661_softc      117 dev/ic/rt2661.c int		rt2661_tx_mgt(struct rt2661_softc *, struct mbuf *,
rt2661_softc      119 dev/ic/rt2661.c int		rt2661_tx_data(struct rt2661_softc *, struct mbuf *,
rt2661_softc      124 dev/ic/rt2661.c void		rt2661_bbp_write(struct rt2661_softc *, uint8_t, uint8_t);
rt2661_softc      125 dev/ic/rt2661.c uint8_t		rt2661_bbp_read(struct rt2661_softc *, uint8_t);
rt2661_softc      126 dev/ic/rt2661.c void		rt2661_rf_write(struct rt2661_softc *, uint8_t, uint32_t);
rt2661_softc      127 dev/ic/rt2661.c int		rt2661_tx_cmd(struct rt2661_softc *, uint8_t, uint16_t);
rt2661_softc      128 dev/ic/rt2661.c void		rt2661_select_antenna(struct rt2661_softc *);
rt2661_softc      129 dev/ic/rt2661.c void		rt2661_enable_mrr(struct rt2661_softc *);
rt2661_softc      130 dev/ic/rt2661.c void		rt2661_set_txpreamble(struct rt2661_softc *);
rt2661_softc      131 dev/ic/rt2661.c void		rt2661_set_basicrates(struct rt2661_softc *);
rt2661_softc      132 dev/ic/rt2661.c void		rt2661_select_band(struct rt2661_softc *,
rt2661_softc      134 dev/ic/rt2661.c void		rt2661_set_chan(struct rt2661_softc *,
rt2661_softc      136 dev/ic/rt2661.c void		rt2661_set_bssid(struct rt2661_softc *, const uint8_t *);
rt2661_softc      137 dev/ic/rt2661.c void		rt2661_set_macaddr(struct rt2661_softc *, const uint8_t *);
rt2661_softc      138 dev/ic/rt2661.c void		rt2661_update_promisc(struct rt2661_softc *);
rt2661_softc      140 dev/ic/rt2661.c void		rt2661_set_slottime(struct rt2661_softc *);
rt2661_softc      142 dev/ic/rt2661.c void		rt2661_read_eeprom(struct rt2661_softc *);
rt2661_softc      143 dev/ic/rt2661.c int		rt2661_bbp_init(struct rt2661_softc *);
rt2661_softc      146 dev/ic/rt2661.c int		rt2661_load_microcode(struct rt2661_softc *, const uint8_t *,
rt2661_softc      148 dev/ic/rt2661.c void		rt2661_rx_tune(struct rt2661_softc *);
rt2661_softc      150 dev/ic/rt2661.c void		rt2661_radar_start(struct rt2661_softc *);
rt2661_softc      151 dev/ic/rt2661.c int		rt2661_radar_stop(struct rt2661_softc *);
rt2661_softc      153 dev/ic/rt2661.c int		rt2661_prepare_beacon(struct rt2661_softc *);
rt2661_softc      154 dev/ic/rt2661.c void		rt2661_enable_tsf_sync(struct rt2661_softc *);
rt2661_softc      155 dev/ic/rt2661.c int		rt2661_get_rssi(struct rt2661_softc *, uint8_t);
rt2661_softc      185 dev/ic/rt2661.c 	struct rt2661_softc *sc = xsc;
rt2661_softc      352 dev/ic/rt2661.c 	struct rt2661_softc *sc = xsc;
rt2661_softc      376 dev/ic/rt2661.c rt2661_alloc_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring,
rt2661_softc      449 dev/ic/rt2661.c rt2661_reset_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
rt2661_softc      482 dev/ic/rt2661.c rt2661_free_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring)
rt2661_softc      520 dev/ic/rt2661.c rt2661_alloc_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring,
rt2661_softc      626 dev/ic/rt2661.c rt2661_reset_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring)
rt2661_softc      640 dev/ic/rt2661.c rt2661_free_rx_ring(struct rt2661_softc *sc, struct rt2661_rx_ring *ring)
rt2661_softc      705 dev/ic/rt2661.c 	struct rt2661_softc *sc = arg;
rt2661_softc      722 dev/ic/rt2661.c 	struct rt2661_softc *sc = arg;
rt2661_softc      735 dev/ic/rt2661.c 	struct rt2661_softc *sc = arg;
rt2661_softc      756 dev/ic/rt2661.c 	struct rt2661_softc *sc = ic->ic_softc;
rt2661_softc      771 dev/ic/rt2661.c 	struct rt2661_softc *sc = ic->ic_if.if_softc;
rt2661_softc      839 dev/ic/rt2661.c rt2661_eeprom_read(struct rt2661_softc *sc, uint8_t addr)
rt2661_softc      893 dev/ic/rt2661.c rt2661_tx_intr(struct rt2661_softc *sc)
rt2661_softc      962 dev/ic/rt2661.c rt2661_tx_dma_intr(struct rt2661_softc *sc, struct rt2661_tx_ring *txq)
rt2661_softc      998 dev/ic/rt2661.c rt2661_rx_intr(struct rt2661_softc *sc)
rt2661_softc     1158 dev/ic/rt2661.c rt2661_mcu_beacon_expire(struct rt2661_softc *sc)
rt2661_softc     1180 dev/ic/rt2661.c rt2661_mcu_wakeup(struct rt2661_softc *sc)
rt2661_softc     1193 dev/ic/rt2661.c rt2661_mcu_cmd_intr(struct rt2661_softc *sc)
rt2661_softc     1202 dev/ic/rt2661.c 	struct rt2661_softc *sc = arg;
rt2661_softc     1384 dev/ic/rt2661.c rt2661_setup_tx_desc(struct rt2661_softc *sc, struct rt2661_tx_desc *desc,
rt2661_softc     1445 dev/ic/rt2661.c rt2661_tx_mgt(struct rt2661_softc *sc, struct mbuf *m0,
rt2661_softc     1542 dev/ic/rt2661.c rt2661_tx_data(struct rt2661_softc *sc, struct mbuf *m0,
rt2661_softc     1764 dev/ic/rt2661.c 	struct rt2661_softc *sc = ifp->if_softc;
rt2661_softc     1834 dev/ic/rt2661.c 	struct rt2661_softc *sc = ifp->if_softc;
rt2661_softc     1854 dev/ic/rt2661.c 	struct rt2661_softc *sc = ifp->if_softc;
rt2661_softc     1927 dev/ic/rt2661.c rt2661_bbp_write(struct rt2661_softc *sc, uint8_t reg, uint8_t val)
rt2661_softc     1949 dev/ic/rt2661.c rt2661_bbp_read(struct rt2661_softc *sc, uint8_t reg)
rt2661_softc     1979 dev/ic/rt2661.c rt2661_rf_write(struct rt2661_softc *sc, uint8_t reg, uint32_t val)
rt2661_softc     2005 dev/ic/rt2661.c rt2661_tx_cmd(struct rt2661_softc *sc, uint8_t cmd, uint16_t arg)
rt2661_softc     2019 dev/ic/rt2661.c rt2661_select_antenna(struct rt2661_softc *sc)
rt2661_softc     2045 dev/ic/rt2661.c rt2661_enable_mrr(struct rt2661_softc *sc)
rt2661_softc     2061 dev/ic/rt2661.c rt2661_set_txpreamble(struct rt2661_softc *sc)
rt2661_softc     2075 dev/ic/rt2661.c rt2661_set_basicrates(struct rt2661_softc *sc)
rt2661_softc     2097 dev/ic/rt2661.c rt2661_select_band(struct rt2661_softc *sc, struct ieee80211_channel *c)
rt2661_softc     2143 dev/ic/rt2661.c rt2661_set_chan(struct rt2661_softc *sc, struct ieee80211_channel *c)
rt2661_softc     2217 dev/ic/rt2661.c rt2661_set_bssid(struct rt2661_softc *sc, const uint8_t *bssid)
rt2661_softc     2229 dev/ic/rt2661.c rt2661_set_macaddr(struct rt2661_softc *sc, const uint8_t *addr)
rt2661_softc     2241 dev/ic/rt2661.c rt2661_update_promisc(struct rt2661_softc *sc)
rt2661_softc     2261 dev/ic/rt2661.c 	struct rt2661_softc *sc = ic->ic_if.if_softc;
rt2661_softc     2275 dev/ic/rt2661.c rt2661_set_slottime(struct rt2661_softc *sc)
rt2661_softc     2303 dev/ic/rt2661.c rt2661_read_eeprom(struct rt2661_softc *sc)
rt2661_softc     2388 dev/ic/rt2661.c rt2661_bbp_init(struct rt2661_softc *sc)
rt2661_softc     2426 dev/ic/rt2661.c 	struct rt2661_softc *sc = ifp->if_softc;
rt2661_softc     2597 dev/ic/rt2661.c 	struct rt2661_softc *sc = ifp->if_softc;
rt2661_softc     2643 dev/ic/rt2661.c rt2661_load_microcode(struct rt2661_softc *sc, const uint8_t *ucode, int size)
rt2661_softc     2682 dev/ic/rt2661.c rt2661_rx_tune(struct rt2661_softc *sc)
rt2661_softc     2744 dev/ic/rt2661.c rt2661_radar_start(struct rt2661_softc *sc)
rt2661_softc     2776 dev/ic/rt2661.c rt2661_radar_stop(struct rt2661_softc *sc)
rt2661_softc     2796 dev/ic/rt2661.c rt2661_prepare_beacon(struct rt2661_softc *sc)
rt2661_softc     2853 dev/ic/rt2661.c rt2661_enable_tsf_sync(struct rt2661_softc *sc)
rt2661_softc     2886 dev/ic/rt2661.c rt2661_get_rssi(struct rt2661_softc *sc, uint8_t raw)
rt2661_softc     2920 dev/ic/rt2661.c 	struct rt2661_softc *sc = arg;
rt2661_softc     2951 dev/ic/rt2661.c 	struct rt2661_softc *sc = arg;
rt2661_softc       90 dev/ic/rt2661var.h struct rt2661_softc {
rt2661_softc       98 dev/ic/rt2661var.h 	int				(*sc_enable)(struct rt2661_softc *);
rt2661_softc       99 dev/ic/rt2661var.h 	void				(*sc_disable)(struct rt2661_softc *);
rt2661_softc      100 dev/ic/rt2661var.h 	void				(*sc_power)(struct rt2661_softc *, int);
rt2661_softc       76 dev/pci/if_ral_pci.c 		struct rt2661_softc	sc_rt2661;