Symbol: rum_softc
sys/bus/u4b/wlan/if_rum.c
1030
struct rum_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/wlan/if_rum.c
1129
struct rum_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/wlan/if_rum.c
1302
rum_crypto_mode(struct rum_softc *sc, u_int cipher, int keylen)
sys/bus/u4b/wlan/if_rum.c
1318
rum_setup_tx_desc(struct rum_softc *sc, struct rum_tx_desc *desc,
sys/bus/u4b/wlan/if_rum.c
1377
rum_sendprot(struct rum_softc *sc,
sys/bus/u4b/wlan/if_rum.c
140
static usb_error_t rum_do_request(struct rum_softc *sc,
sys/bus/u4b/wlan/if_rum.c
142
static usb_error_t rum_do_mcu_request(struct rum_softc *sc, int);
sys/bus/u4b/wlan/if_rum.c
1429
rum_tx_crypto_flags(struct rum_softc *sc, struct ieee80211_node *ni,
sys/bus/u4b/wlan/if_rum.c
1463
rum_tx_mgt(struct rum_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/bus/u4b/wlan/if_rum.c
149
static int rum_cmd_sleepable(struct rum_softc *, const void *,
sys/bus/u4b/wlan/if_rum.c
152
static void rum_setup_tx_list(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
153
static void rum_unsetup_tx_list(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
1538
rum_tx_raw(struct rum_softc *sc, struct mbuf *m0, struct ieee80211_node *ni,
sys/bus/u4b/wlan/if_rum.c
158
static int rum_set_power_state(struct rum_softc *, int);
sys/bus/u4b/wlan/if_rum.c
1598
rum_tx_data(struct rum_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/bus/u4b/wlan/if_rum.c
161
static uint8_t rum_crypto_mode(struct rum_softc *, u_int, int);
sys/bus/u4b/wlan/if_rum.c
162
static void rum_setup_tx_desc(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
165
static uint32_t rum_tx_crypto_flags(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
168
static int rum_tx_mgt(struct rum_softc *, struct mbuf *,
sys/bus/u4b/wlan/if_rum.c
170
static int rum_tx_raw(struct rum_softc *, struct mbuf *,
sys/bus/u4b/wlan/if_rum.c
1704
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
1724
rum_start(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
173
static int rum_tx_data(struct rum_softc *, struct mbuf *,
sys/bus/u4b/wlan/if_rum.c
1749
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
176
static void rum_start(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
1769
rum_eeprom_read(struct rum_softc *sc, uint16_t addr, void *buf, int len)
sys/bus/u4b/wlan/if_rum.c
178
static void rum_eeprom_read(struct rum_softc *, uint16_t, void *,
sys/bus/u4b/wlan/if_rum.c
1788
rum_read(struct rum_softc *sc, uint16_t reg)
sys/bus/u4b/wlan/if_rum.c
1798
rum_read_multi(struct rum_softc *sc, uint16_t reg, void *buf, int len)
sys/bus/u4b/wlan/if_rum.c
180
static uint32_t rum_read(struct rum_softc *, uint16_t);
sys/bus/u4b/wlan/if_rum.c
181
static void rum_read_multi(struct rum_softc *, uint16_t, void *,
sys/bus/u4b/wlan/if_rum.c
1818
rum_write(struct rum_softc *sc, uint16_t reg, uint32_t val)
sys/bus/u4b/wlan/if_rum.c
1826
rum_write_multi(struct rum_softc *sc, uint16_t reg, void *buf, size_t len)
sys/bus/u4b/wlan/if_rum.c
183
static usb_error_t rum_write(struct rum_softc *, uint16_t, uint32_t);
sys/bus/u4b/wlan/if_rum.c
184
static usb_error_t rum_write_multi(struct rum_softc *, uint16_t, void *,
sys/bus/u4b/wlan/if_rum.c
1854
rum_setbits(struct rum_softc *sc, uint16_t reg, uint32_t mask)
sys/bus/u4b/wlan/if_rum.c
186
static usb_error_t rum_setbits(struct rum_softc *, uint16_t, uint32_t);
sys/bus/u4b/wlan/if_rum.c
1860
rum_clrbits(struct rum_softc *sc, uint16_t reg, uint32_t mask)
sys/bus/u4b/wlan/if_rum.c
1866
rum_modbits(struct rum_softc *sc, uint16_t reg, uint32_t set, uint32_t unset)
sys/bus/u4b/wlan/if_rum.c
187
static usb_error_t rum_clrbits(struct rum_softc *, uint16_t, uint32_t);
sys/bus/u4b/wlan/if_rum.c
1872
rum_bbp_busy(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
188
static usb_error_t rum_modbits(struct rum_softc *, uint16_t, uint32_t,
sys/bus/u4b/wlan/if_rum.c
1889
rum_bbp_write(struct rum_softc *sc, uint8_t reg, uint8_t val)
sys/bus/u4b/wlan/if_rum.c
190
static int rum_bbp_busy(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
1905
rum_bbp_read(struct rum_softc *sc, uint8_t reg)
sys/bus/u4b/wlan/if_rum.c
191
static void rum_bbp_write(struct rum_softc *, uint8_t, uint8_t);
sys/bus/u4b/wlan/if_rum.c
192
static uint8_t rum_bbp_read(struct rum_softc *, uint8_t);
sys/bus/u4b/wlan/if_rum.c
193
static void rum_rf_write(struct rum_softc *, uint8_t, uint32_t);
sys/bus/u4b/wlan/if_rum.c
1933
rum_rf_write(struct rum_softc *sc, uint8_t reg, uint32_t val)
sys/bus/u4b/wlan/if_rum.c
194
static void rum_select_antenna(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
195
static void rum_enable_mrr(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
196
static void rum_set_txpreamble(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
1960
rum_select_antenna(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
197
static void rum_set_basicrates(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
198
static void rum_select_band(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
1985
rum_enable_mrr(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
1999
rum_set_txpreamble(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
200
static void rum_set_chan(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2010
rum_set_basicrates(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
202
static void rum_set_maxretry(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2032
rum_select_band(struct rum_softc *sc, struct ieee80211_channel *c)
sys/bus/u4b/wlan/if_rum.c
204
static int rum_enable_tsf_sync(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
205
static void rum_enable_tsf(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
206
static void rum_abort_tsf_sync(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
207
static void rum_get_tsf(struct rum_softc *, uint64_t *);
sys/bus/u4b/wlan/if_rum.c
2074
rum_set_chan(struct rum_softc *sc, struct ieee80211_channel *c)
sys/bus/u4b/wlan/if_rum.c
208
static void rum_update_slot_cb(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
212
static void rum_set_bssid(struct rum_softc *, const uint8_t *);
sys/bus/u4b/wlan/if_rum.c
213
static void rum_set_macaddr(struct rum_softc *, const uint8_t *);
sys/bus/u4b/wlan/if_rum.c
2146
rum_set_maxretry(struct rum_softc *sc, struct ieee80211vap *vap)
sys/bus/u4b/wlan/if_rum.c
216
static void rum_setpromisc(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
2165
rum_enable_tsf_sync(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
218
static void rum_read_eeprom(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
219
static int rum_bbp_wakeup(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
220
static int rum_bbp_init(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
221
static void rum_clr_shkey_regs(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
222
static int rum_init(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
2224
rum_enable_tsf(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
223
static void rum_stop(struct rum_softc *);
sys/bus/u4b/wlan/if_rum.c
2231
rum_abort_tsf_sync(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
2237
rum_get_tsf(struct rum_softc *sc, uint64_t *buf)
sys/bus/u4b/wlan/if_rum.c
224
static void rum_load_microcode(struct rum_softc *, const uint8_t *,
sys/bus/u4b/wlan/if_rum.c
2243
rum_update_slot_cb(struct rum_softc *sc, union sec_param *data, uint8_t rvp_id)
sys/bus/u4b/wlan/if_rum.c
226
static int rum_set_sleep_time(struct rum_softc *, uint16_t);
sys/bus/u4b/wlan/if_rum.c
2266
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
228
static int rum_set_beacon(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
230
static int rum_alloc_beacon(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2315
rum_set_bssid(struct rum_softc *sc, const uint8_t *bssid)
sys/bus/u4b/wlan/if_rum.c
232
static void rum_update_beacon_cb(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2325
rum_set_macaddr(struct rum_softc *sc, const uint8_t *addr)
sys/bus/u4b/wlan/if_rum.c
2335
rum_setpromisc(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
235
static int rum_common_key_set(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2351
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
237
static void rum_group_key_set_cb(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2378
rum_read_eeprom(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
239
static void rum_group_key_del_cb(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
241
static void rum_pair_key_set_cb(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
243
static void rum_pair_key_del_cb(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2461
rum_bbp_wakeup(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
2482
rum_bbp_init(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
2514
rum_clr_shkey_regs(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
2522
rum_init(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
259
static int rum_get_rssi(struct rum_softc *, uint8_t);
sys/bus/u4b/wlan/if_rum.c
260
static void rum_ratectl_start(struct rum_softc *,
sys/bus/u4b/wlan/if_rum.c
2606
rum_stop(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
2636
rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size)
sys/bus/u4b/wlan/if_rum.c
264
static int rum_pause(struct rum_softc *, int);
sys/bus/u4b/wlan/if_rum.c
2663
rum_set_sleep_time(struct rum_softc *sc, uint16_t bintval)
sys/bus/u4b/wlan/if_rum.c
2698
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
2729
rum_set_beacon(struct rum_softc *sc, struct ieee80211vap *vap)
sys/bus/u4b/wlan/if_rum.c
2762
rum_alloc_beacon(struct rum_softc *sc, struct ieee80211vap *vap)
sys/bus/u4b/wlan/if_rum.c
2784
rum_update_beacon_cb(struct rum_softc *sc, union sec_param *data,
sys/bus/u4b/wlan/if_rum.c
2796
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
2834
rum_common_key_set(struct rum_softc *sc, struct ieee80211_key *k,
sys/bus/u4b/wlan/if_rum.c
2854
rum_group_key_set_cb(struct rum_softc *sc, union sec_param *data,
sys/bus/u4b/wlan/if_rum.c
2898
rum_group_key_del_cb(struct rum_softc *sc, union sec_param *data,
sys/bus/u4b/wlan/if_rum.c
2913
rum_pair_key_set_cb(struct rum_softc *sc, union sec_param *data,
sys/bus/u4b/wlan/if_rum.c
2961
rum_pair_key_del_cb(struct rum_softc *sc, union sec_param *data,
sys/bus/u4b/wlan/if_rum.c
2978
struct rum_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3011
struct rum_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3028
struct rum_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3046
struct rum_softc *sc = ni->ni_ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3085
rum_ratectl_start(struct rum_softc *sc, struct ieee80211_node *ni)
sys/bus/u4b/wlan/if_rum.c
3111
struct rum_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3147
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3159
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3175
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3186
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
3203
rum_get_rssi(struct rum_softc *sc, uint8_t raw)
sys/bus/u4b/wlan/if_rum.c
3249
rum_pause(struct rum_softc *sc, int timeout)
sys/bus/u4b/wlan/if_rum.c
3267
.size = sizeof(struct rum_softc),
sys/bus/u4b/wlan/if_rum.c
472
struct rum_softc *sc = device_get_softc(self);
sys/bus/u4b/wlan/if_rum.c
587
struct rum_softc *sc = device_get_softc(self);
sys/bus/u4b/wlan/if_rum.c
616
rum_do_request(struct rum_softc *sc,
sys/bus/u4b/wlan/if_rum.c
637
rum_do_mcu_request(struct rum_softc *sc, int request)
sys/bus/u4b/wlan/if_rum.c
656
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
726
struct rum_softc *sc = arg;
sys/bus/u4b/wlan/if_rum.c
746
rum_cmd_sleepable(struct rum_softc *sc, const void *ptr, size_t len,
sys/bus/u4b/wlan/if_rum.c
776
struct rum_softc *sc = data->sc;
sys/bus/u4b/wlan/if_rum.c
788
rum_setup_tx_list(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
807
rum_unsetup_tx_list(struct rum_softc *sc)
sys/bus/u4b/wlan/if_rum.c
836
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
865
struct rum_softc *sc = vap->iv_ic->ic_softc;
sys/bus/u4b/wlan/if_rum.c
891
rum_set_power_state(struct rum_softc *sc, int sleep)
sys/bus/u4b/wlan/if_rum.c
920
struct rum_softc *sc = ic->ic_softc;
sys/bus/u4b/wlan/if_rumvar.h
62
struct rum_softc;
sys/bus/u4b/wlan/if_rumvar.h
66
struct rum_softc *sc;
sys/bus/u4b/wlan/if_rumvar.h
79
#define CMD_FUNC_PROTO void (*func)(struct rum_softc *, \