Symbol: ural_softc
sys/dev/usb/if_ral.c
1008
ural_tx_data(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/usb/if_ral.c
113
void ural_setup_tx_desc(struct ural_softc *, struct ural_tx_desc *,
sys/dev/usb/if_ral.c
116
int ural_tx_bcn(struct ural_softc *, struct mbuf *,
sys/dev/usb/if_ral.c
119
int ural_tx_data(struct ural_softc *, struct mbuf *,
sys/dev/usb/if_ral.c
1200
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ral.c
124
void ural_eeprom_read(struct ural_softc *, uint16_t, void *, int);
sys/dev/usb/if_ral.c
125
uint16_t ural_read(struct ural_softc *, uint16_t);
sys/dev/usb/if_ral.c
126
void ural_read_multi(struct ural_softc *, uint16_t, void *, int);
sys/dev/usb/if_ral.c
1262
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ral.c
127
void ural_write(struct ural_softc *, uint16_t, uint16_t);
sys/dev/usb/if_ral.c
128
void ural_write_multi(struct ural_softc *, uint16_t, void *, int);
sys/dev/usb/if_ral.c
1282
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ral.c
129
void ural_bbp_write(struct ural_softc *, uint8_t, uint8_t);
sys/dev/usb/if_ral.c
130
uint8_t ural_bbp_read(struct ural_softc *, uint8_t);
sys/dev/usb/if_ral.c
131
void ural_rf_write(struct ural_softc *, uint8_t, uint32_t);
sys/dev/usb/if_ral.c
132
void ural_set_chan(struct ural_softc *, struct ieee80211_channel *);
sys/dev/usb/if_ral.c
133
void ural_disable_rf_tune(struct ural_softc *);
sys/dev/usb/if_ral.c
134
void ural_enable_tsf_sync(struct ural_softc *);
sys/dev/usb/if_ral.c
1344
ural_eeprom_read(struct ural_softc *sc, uint16_t addr, void *buf, int len)
sys/dev/usb/if_ral.c
135
void ural_update_slot(struct ural_softc *);
sys/dev/usb/if_ral.c
136
void ural_set_txpreamble(struct ural_softc *);
sys/dev/usb/if_ral.c
1363
ural_read(struct ural_softc *sc, uint16_t reg)
sys/dev/usb/if_ral.c
137
void ural_set_basicrates(struct ural_softc *);
sys/dev/usb/if_ral.c
138
void ural_set_bssid(struct ural_softc *, const uint8_t *);
sys/dev/usb/if_ral.c
1385
ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
sys/dev/usb/if_ral.c
139
void ural_set_macaddr(struct ural_softc *, const uint8_t *);
sys/dev/usb/if_ral.c
140
void ural_update_promisc(struct ural_softc *);
sys/dev/usb/if_ral.c
1404
ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val)
sys/dev/usb/if_ral.c
142
void ural_read_eeprom(struct ural_softc *);
sys/dev/usb/if_ral.c
1423
ural_write_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
sys/dev/usb/if_ral.c
143
int ural_bbp_init(struct ural_softc *);
sys/dev/usb/if_ral.c
144
void ural_set_txantenna(struct ural_softc *, int);
sys/dev/usb/if_ral.c
1442
ural_bbp_write(struct ural_softc *sc, uint8_t reg, uint8_t val)
sys/dev/usb/if_ral.c
145
void ural_set_rxantenna(struct ural_softc *, int);
sys/dev/usb/if_ral.c
1461
ural_bbp_read(struct ural_softc *sc, uint8_t reg)
sys/dev/usb/if_ral.c
1481
ural_rf_write(struct ural_softc *sc, uint8_t reg, uint32_t val)
sys/dev/usb/if_ral.c
150
void ural_amrr_start(struct ural_softc *, struct ieee80211_node *);
sys/dev/usb/if_ral.c
1506
ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_ral.c
1594
ural_disable_rf_tune(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1614
ural_enable_tsf_sync(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1652
ural_update_slot(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1678
ural_set_txpreamble(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1692
ural_set_basicrates(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1707
ural_set_bssid(struct ural_softc *sc, const uint8_t *bssid)
sys/dev/usb/if_ral.c
1724
ural_set_macaddr(struct ural_softc *sc, const uint8_t *addr)
sys/dev/usb/if_ral.c
1742
ural_update_promisc(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1775
ural_read_eeprom(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1804
ural_bbp_init(struct ural_softc *sc)
sys/dev/usb/if_ral.c
1836
ural_set_txantenna(struct ural_softc *sc, int antenna)
sys/dev/usb/if_ral.c
1865
ural_set_rxantenna(struct ural_softc *sc, int antenna)
sys/dev/usb/if_ral.c
187
sizeof(struct ural_softc), ural_match, ural_attach, ural_detach
sys/dev/usb/if_ral.c
1887
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ral.c
2039
struct ural_softc *sc = ifp->if_softc;
sys/dev/usb/if_ral.c
205
struct ural_softc *sc = (struct ural_softc *)self;
sys/dev/usb/if_ral.c
2081
ural_amrr_start(struct ural_softc *sc, struct ieee80211_node *ni)
sys/dev/usb/if_ral.c
2103
struct ural_softc *sc = arg;
sys/dev/usb/if_ral.c
2137
struct ural_softc *sc = (struct ural_softc *)priv;
sys/dev/usb/if_ral.c
322
struct ural_softc *sc = (struct ural_softc *)self;
sys/dev/usb/if_ral.c
362
ural_alloc_tx_list(struct ural_softc *sc)
sys/dev/usb/if_ral.c
397
ural_free_tx_list(struct ural_softc *sc)
sys/dev/usb/if_ral.c
417
ural_alloc_rx_list(struct ural_softc *sc)
sys/dev/usb/if_ral.c
464
ural_free_rx_list(struct ural_softc *sc)
sys/dev/usb/if_ral.c
504
struct ural_softc *sc = arg;
sys/dev/usb/if_ral.c
522
struct ural_softc *sc = arg;
sys/dev/usb/if_ral.c
615
struct ural_softc *sc = ic->ic_if.if_softc;
sys/dev/usb/if_ral.c
642
struct ural_softc *sc = data->sc;
sys/dev/usb/if_ral.c
681
struct ural_softc *sc = data->sc;
sys/dev/usb/if_ral.c
908
ural_setup_tx_desc(struct ural_softc *sc, struct ural_tx_desc *desc,
sys/dev/usb/if_ral.c
956
ural_tx_bcn(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/usb/if_ral.c
96
int ural_alloc_tx_list(struct ural_softc *);
sys/dev/usb/if_ral.c
97
void ural_free_tx_list(struct ural_softc *);
sys/dev/usb/if_ral.c
98
int ural_alloc_rx_list(struct ural_softc *);
sys/dev/usb/if_ral.c
99
void ural_free_rx_list(struct ural_softc *);
sys/dev/usb/if_ralvar.h
55
struct ural_softc;
sys/dev/usb/if_ralvar.h
58
struct ural_softc *sc;
sys/dev/usb/if_ralvar.h
65
struct ural_softc *sc;