ural_softc        112 dev/usb/if_ral.c int		ural_alloc_tx_list(struct ural_softc *);
ural_softc        113 dev/usb/if_ral.c void		ural_free_tx_list(struct ural_softc *);
ural_softc        114 dev/usb/if_ral.c int		ural_alloc_rx_list(struct ural_softc *);
ural_softc        115 dev/usb/if_ral.c void		ural_free_rx_list(struct ural_softc *);
ural_softc        129 dev/usb/if_ral.c void		ural_setup_tx_desc(struct ural_softc *, struct ural_tx_desc *,
ural_softc        131 dev/usb/if_ral.c int		ural_tx_bcn(struct ural_softc *, struct mbuf *,
ural_softc        133 dev/usb/if_ral.c int		ural_tx_data(struct ural_softc *, struct mbuf *,
ural_softc        138 dev/usb/if_ral.c void		ural_eeprom_read(struct ural_softc *, uint16_t, void *, int);
ural_softc        139 dev/usb/if_ral.c uint16_t	ural_read(struct ural_softc *, uint16_t);
ural_softc        140 dev/usb/if_ral.c void		ural_read_multi(struct ural_softc *, uint16_t, void *, int);
ural_softc        141 dev/usb/if_ral.c void		ural_write(struct ural_softc *, uint16_t, uint16_t);
ural_softc        142 dev/usb/if_ral.c void		ural_write_multi(struct ural_softc *, uint16_t, void *, int);
ural_softc        143 dev/usb/if_ral.c void		ural_bbp_write(struct ural_softc *, uint8_t, uint8_t);
ural_softc        144 dev/usb/if_ral.c uint8_t		ural_bbp_read(struct ural_softc *, uint8_t);
ural_softc        145 dev/usb/if_ral.c void		ural_rf_write(struct ural_softc *, uint8_t, uint32_t);
ural_softc        146 dev/usb/if_ral.c void		ural_set_chan(struct ural_softc *, struct ieee80211_channel *);
ural_softc        147 dev/usb/if_ral.c void		ural_disable_rf_tune(struct ural_softc *);
ural_softc        148 dev/usb/if_ral.c void		ural_enable_tsf_sync(struct ural_softc *);
ural_softc        149 dev/usb/if_ral.c void		ural_update_slot(struct ural_softc *);
ural_softc        150 dev/usb/if_ral.c void		ural_set_txpreamble(struct ural_softc *);
ural_softc        151 dev/usb/if_ral.c void		ural_set_basicrates(struct ural_softc *);
ural_softc        152 dev/usb/if_ral.c void		ural_set_bssid(struct ural_softc *, const uint8_t *);
ural_softc        153 dev/usb/if_ral.c void		ural_set_macaddr(struct ural_softc *, const uint8_t *);
ural_softc        154 dev/usb/if_ral.c void		ural_update_promisc(struct ural_softc *);
ural_softc        156 dev/usb/if_ral.c void		ural_read_eeprom(struct ural_softc *);
ural_softc        157 dev/usb/if_ral.c int		ural_bbp_init(struct ural_softc *);
ural_softc        158 dev/usb/if_ral.c void		ural_set_txantenna(struct ural_softc *, int);
ural_softc        159 dev/usb/if_ral.c void		ural_set_rxantenna(struct ural_softc *, int);
ural_softc        164 dev/usb/if_ral.c void		ural_amrr_start(struct ural_softc *, struct ieee80211_node *);
ural_softc        202 dev/usb/if_ral.c 	sizeof(struct ural_softc), 
ural_softc        224 dev/usb/if_ral.c 	struct ural_softc *sc = (struct ural_softc *)self;
ural_softc        363 dev/usb/if_ral.c 	struct ural_softc *sc = (struct ural_softc *)self;
ural_softc        403 dev/usb/if_ral.c ural_alloc_tx_list(struct ural_softc *sc)
ural_softc        438 dev/usb/if_ral.c ural_free_tx_list(struct ural_softc *sc)
ural_softc        458 dev/usb/if_ral.c ural_alloc_rx_list(struct ural_softc *sc)
ural_softc        505 dev/usb/if_ral.c ural_free_rx_list(struct ural_softc *sc)
ural_softc        545 dev/usb/if_ral.c 	struct ural_softc *sc = arg;
ural_softc        556 dev/usb/if_ral.c 	struct ural_softc *sc = arg;
ural_softc        644 dev/usb/if_ral.c 	struct ural_softc *sc = ic->ic_if.if_softc;
ural_softc        671 dev/usb/if_ral.c 	struct ural_softc *sc = data->sc;
ural_softc        711 dev/usb/if_ral.c 	struct ural_softc *sc = data->sc;
ural_softc        943 dev/usb/if_ral.c ural_setup_tx_desc(struct ural_softc *sc, struct ural_tx_desc *desc,
ural_softc        990 dev/usb/if_ral.c ural_tx_bcn(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
ural_softc       1040 dev/usb/if_ral.c ural_tx_data(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
ural_softc       1229 dev/usb/if_ral.c 	struct ural_softc *sc = ifp->if_softc;
ural_softc       1297 dev/usb/if_ral.c 	struct ural_softc *sc = ifp->if_softc;
ural_softc       1317 dev/usb/if_ral.c 	struct ural_softc *sc = ifp->if_softc;
ural_softc       1390 dev/usb/if_ral.c ural_eeprom_read(struct ural_softc *sc, uint16_t addr, void *buf, int len)
ural_softc       1409 dev/usb/if_ral.c ural_read(struct ural_softc *sc, uint16_t reg)
ural_softc       1431 dev/usb/if_ral.c ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
ural_softc       1450 dev/usb/if_ral.c ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val)
ural_softc       1469 dev/usb/if_ral.c ural_write_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
ural_softc       1488 dev/usb/if_ral.c ural_bbp_write(struct ural_softc *sc, uint8_t reg, uint8_t val)
ural_softc       1507 dev/usb/if_ral.c ural_bbp_read(struct ural_softc *sc, uint8_t reg)
ural_softc       1527 dev/usb/if_ral.c ural_rf_write(struct ural_softc *sc, uint8_t reg, uint32_t val)
ural_softc       1552 dev/usb/if_ral.c ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
ural_softc       1640 dev/usb/if_ral.c ural_disable_rf_tune(struct ural_softc *sc)
ural_softc       1660 dev/usb/if_ral.c ural_enable_tsf_sync(struct ural_softc *sc)
ural_softc       1688 dev/usb/if_ral.c ural_update_slot(struct ural_softc *sc)
ural_softc       1713 dev/usb/if_ral.c ural_set_txpreamble(struct ural_softc *sc)
ural_softc       1727 dev/usb/if_ral.c ural_set_basicrates(struct ural_softc *sc)
ural_softc       1742 dev/usb/if_ral.c ural_set_bssid(struct ural_softc *sc, const uint8_t *bssid)
ural_softc       1759 dev/usb/if_ral.c ural_set_macaddr(struct ural_softc *sc, const uint8_t *addr)
ural_softc       1777 dev/usb/if_ral.c ural_update_promisc(struct ural_softc *sc)
ural_softc       1810 dev/usb/if_ral.c ural_read_eeprom(struct ural_softc *sc)
ural_softc       1839 dev/usb/if_ral.c ural_bbp_init(struct ural_softc *sc)
ural_softc       1873 dev/usb/if_ral.c ural_set_txantenna(struct ural_softc *sc, int antenna)
ural_softc       1902 dev/usb/if_ral.c ural_set_rxantenna(struct ural_softc *sc, int antenna)
ural_softc       1925 dev/usb/if_ral.c 	struct ural_softc *sc = ifp->if_softc;
ural_softc       2076 dev/usb/if_ral.c 	struct ural_softc *sc = ifp->if_softc;
ural_softc       2119 dev/usb/if_ral.c ural_amrr_start(struct ural_softc *sc, struct ieee80211_node *ni)
ural_softc       2140 dev/usb/if_ral.c 	struct ural_softc *sc = arg;
ural_softc       2167 dev/usb/if_ral.c 	struct ural_softc *sc = (struct ural_softc *)priv;
ural_softc         55 dev/usb/if_ralvar.h struct ural_softc;
ural_softc         58 dev/usb/if_ralvar.h 	struct ural_softc	*sc;
ural_softc         65 dev/usb/if_ralvar.h 	struct ural_softc	*sc;
ural_softc         71 dev/usb/if_ralvar.h struct ural_softc {