Symbol: ural_softc
sys/dev/usb/if_ural.c
1080
ural_setup_tx_desc(struct ural_softc *sc, struct ural_tx_desc *desc,
sys/dev/usb/if_ural.c
112
Static int ural_alloc_tx_list(struct ural_softc *);
sys/dev/usb/if_ural.c
1126
ural_tx_bcn(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/usb/if_ural.c
113
Static void ural_free_tx_list(struct ural_softc *);
sys/dev/usb/if_ural.c
114
Static int ural_alloc_rx_list(struct ural_softc *);
sys/dev/usb/if_ural.c
115
Static void ural_free_rx_list(struct ural_softc *);
sys/dev/usb/if_ural.c
1175
ural_tx_mgt(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/usb/if_ural.c
1264
ural_tx_data(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/usb/if_ural.c
129
Static void ural_setup_tx_desc(struct ural_softc *,
sys/dev/usb/if_ural.c
131
Static int ural_tx_bcn(struct ural_softc *, struct mbuf *,
sys/dev/usb/if_ural.c
133
Static int ural_tx_mgt(struct ural_softc *, struct mbuf *,
sys/dev/usb/if_ural.c
135
Static int ural_tx_data(struct ural_softc *, struct mbuf *,
sys/dev/usb/if_ural.c
1353
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
141
Static void ural_set_testmode(struct ural_softc *);
sys/dev/usb/if_ural.c
1418
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
142
Static void ural_eeprom_read(struct ural_softc *, uint16_t, void *,
sys/dev/usb/if_ural.c
144
Static uint16_t ural_read(struct ural_softc *, uint16_t);
sys/dev/usb/if_ural.c
1444
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
145
Static void ural_read_multi(struct ural_softc *, uint16_t, void *,
sys/dev/usb/if_ural.c
1461
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
147
Static void ural_write(struct ural_softc *, uint16_t, uint16_t);
sys/dev/usb/if_ural.c
148
Static void ural_write_multi(struct ural_softc *, uint16_t, void *,
sys/dev/usb/if_ural.c
150
Static void ural_bbp_write(struct ural_softc *, uint8_t, uint8_t);
sys/dev/usb/if_ural.c
151
Static uint8_t ural_bbp_read(struct ural_softc *, uint8_t);
sys/dev/usb/if_ural.c
1512
ural_set_testmode(struct ural_softc *sc)
sys/dev/usb/if_ural.c
152
Static void ural_rf_write(struct ural_softc *, uint8_t, uint32_t);
sys/dev/usb/if_ural.c
153
Static void ural_set_chan(struct ural_softc *,
sys/dev/usb/if_ural.c
1531
ural_eeprom_read(struct ural_softc *sc, uint16_t addr, void *buf, int len)
sys/dev/usb/if_ural.c
155
Static void ural_disable_rf_tune(struct ural_softc *);
sys/dev/usb/if_ural.c
1550
ural_read(struct ural_softc *sc, uint16_t reg)
sys/dev/usb/if_ural.c
156
Static void ural_enable_tsf_sync(struct ural_softc *);
sys/dev/usb/if_ural.c
1573
ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
sys/dev/usb/if_ural.c
158
Static void ural_set_txpreamble(struct ural_softc *);
sys/dev/usb/if_ural.c
159
Static void ural_set_basicrates(struct ural_softc *);
sys/dev/usb/if_ural.c
1592
ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val)
sys/dev/usb/if_ural.c
160
Static void ural_set_bssid(struct ural_softc *, uint8_t *);
sys/dev/usb/if_ural.c
161
Static void ural_set_macaddr(struct ural_softc *, uint8_t *);
sys/dev/usb/if_ural.c
1611
ural_write_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
sys/dev/usb/if_ural.c
162
Static void ural_update_promisc(struct ural_softc *);
sys/dev/usb/if_ural.c
1630
ural_bbp_write(struct ural_softc *sc, uint8_t reg, uint8_t val)
sys/dev/usb/if_ural.c
164
Static void ural_read_eeprom(struct ural_softc *);
sys/dev/usb/if_ural.c
1649
ural_bbp_read(struct ural_softc *sc, uint8_t reg)
sys/dev/usb/if_ural.c
165
Static int ural_bbp_init(struct ural_softc *);
sys/dev/usb/if_ural.c
166
Static void ural_set_txantenna(struct ural_softc *, int);
sys/dev/usb/if_ural.c
167
Static void ural_set_rxantenna(struct ural_softc *, int);
sys/dev/usb/if_ural.c
1670
ural_rf_write(struct ural_softc *sc, uint8_t reg, uint32_t val)
sys/dev/usb/if_ural.c
1695
ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_ural.c
170
Static void ural_amrr_start(struct ural_softc *,
sys/dev/usb/if_ural.c
1799
ural_disable_rf_tune(struct ural_softc *sc)
sys/dev/usb/if_ural.c
1819
ural_enable_tsf_sync(struct ural_softc *sc)
sys/dev/usb/if_ural.c
1849
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
1873
ural_set_txpreamble(struct ural_softc *sc)
sys/dev/usb/if_ural.c
1887
ural_set_basicrates(struct ural_softc *sc)
sys/dev/usb/if_ural.c
1905
ural_set_bssid(struct ural_softc *sc, uint8_t *bssid)
sys/dev/usb/if_ural.c
1922
ural_set_macaddr(struct ural_softc *sc, uint8_t *addr)
sys/dev/usb/if_ural.c
1939
ural_update_promisc(struct ural_softc *sc)
sys/dev/usb/if_ural.c
1972
ural_read_eeprom(struct ural_softc *sc)
sys/dev/usb/if_ural.c
1997
ural_bbp_init(struct ural_softc *sc)
sys/dev/usb/if_ural.c
2029
ural_set_txantenna(struct ural_softc *sc, int antenna)
sys/dev/usb/if_ural.c
2058
ural_set_rxantenna(struct ural_softc *sc, int antenna)
sys/dev/usb/if_ural.c
2080
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
2229
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ural.c
2275
struct ural_softc *sc = device_private(self);
sys/dev/usb/if_ural.c
2287
ural_amrr_start(struct ural_softc *sc, struct ieee80211_node *ni)
sys/dev/usb/if_ural.c
2308
struct ural_softc *sc = (struct ural_softc *)arg;
sys/dev/usb/if_ural.c
2335
struct ural_softc *sc = (struct ural_softc *)priv;
sys/dev/usb/if_ural.c
343
CFATTACH_DECL_NEW(ural, sizeof(struct ural_softc), ural_match, ural_attach,
sys/dev/usb/if_ural.c
358
struct ural_softc *sc = device_private(self);
sys/dev/usb/if_ural.c
534
struct ural_softc *sc = device_private(self);
sys/dev/usb/if_ural.c
563
ural_alloc_tx_list(struct ural_softc *sc)
sys/dev/usb/if_ural.c
593
ural_free_tx_list(struct ural_softc *sc)
sys/dev/usb/if_ural.c
614
ural_alloc_rx_list(struct ural_softc *sc)
sys/dev/usb/if_ural.c
658
ural_free_rx_list(struct ural_softc *sc)
sys/dev/usb/if_ural.c
698
struct ural_softc *sc = arg;
sys/dev/usb/if_ural.c
708
struct ural_softc *sc = arg;
sys/dev/usb/if_ural.c
793
struct ural_softc *sc = ic->ic_ifp->if_softc;
sys/dev/usb/if_ural.c
857
struct ural_softc *sc = data->sc;
sys/dev/usb/if_ural.c
898
struct ural_softc *sc = data->sc;
sys/dev/usb/if_uralvar.h
56
struct ural_softc;
sys/dev/usb/if_uralvar.h
59
struct ural_softc *sc;
sys/dev/usb/if_uralvar.h
67
struct ural_softc *sc;