Symbol: mwx_softc
sys/dev/pci/if_mwx.c
1011
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1028
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1048
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1060
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1086
struct mwx_softc *sc = ptr;
sys/dev/pci/if_mwx.c
1150
mwx_scan(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
1194
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1214
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1225
struct mwx_softc *sc = arg;
sys/dev/pci/if_mwx.c
1301
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1323
struct mwx_softc *sc = ic->ic_softc;
sys/dev/pci/if_mwx.c
1334
struct mwx_softc *sc = arg;
sys/dev/pci/if_mwx.c
1353
mwx_radiotap_attach(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
1369
mwx_tx(struct mwx_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
sys/dev/pci/if_mwx.c
1400
mwx_rx(struct mwx_softc *sc, struct mbuf *m, struct mbuf_list *ml)
sys/dev/pci/if_mwx.c
1453
struct mwx_softc *sc = arg;
sys/dev/pci/if_mwx.c
1501
mwx_preinit(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
1583
struct mwx_softc *sc = (void *)self;
sys/dev/pci/if_mwx.c
1599
struct mwx_softc *sc = (struct mwx_softc *)self;
sys/dev/pci/if_mwx.c
1808
struct mwx_softc *sc = (struct mwx_softc *)self;
sys/dev/pci/if_mwx.c
1858
sizeof(struct mwx_softc), mwx_match, mwx_attach,
sys/dev/pci/if_mwx.c
1863
mwx_reset(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
1880
struct mwx_softc *sc = arg;
sys/dev/pci/if_mwx.c
1894
mwx_txwi_alloc(struct mwx_softc *sc, int count)
sys/dev/pci/if_mwx.c
1967
mwx_txwi_free(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
2003
mwx_txwi_get(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
2016
mwx_txwi_put(struct mwx_softc *sc, struct mwx_txwi *mt)
sys/dev/pci/if_mwx.c
2038
mwx_txwi_enqueue(struct mwx_softc *sc, struct mwx_txwi *mt, struct mbuf *m)
sys/dev/pci/if_mwx.c
2090
mwx_queue_alloc(struct mwx_softc *sc, struct mwx_queue *q, int count,
sys/dev/pci/if_mwx.c
2155
mwx_queue_free(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2187
mwx_queue_reset(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2236
mwx_buf_fill(struct mwx_softc *sc, struct mwx_queue_data *md,
sys/dev/pci/if_mwx.c
2279
mwx_queue_fill(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2313
mwx_dma_alloc(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
2355
mwx_dma_reset(struct mwx_softc *sc, int fullreset)
sys/dev/pci/if_mwx.c
2392
mwx_dma_free(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
2416
mwx_dma_tx_enqueue(struct mwx_softc *sc, struct mwx_queue *q, struct mbuf *m)
sys/dev/pci/if_mwx.c
2492
mwx_dma_txwi_enqueue(struct mwx_softc *sc, struct mwx_queue *q,
sys/dev/pci/if_mwx.c
2540
mwx_dma_tx_cleanup(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2596
mwx_dma_tx_done(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
2607
mwx_dma_rx_process(struct mwx_softc *sc, struct mbuf_list *ml)
sys/dev/pci/if_mwx.c
2654
mwx_dma_rx_dequeue(struct mwx_softc *sc, struct mwx_queue *q,
sys/dev/pci/if_mwx.c
2725
mwx_dma_rx_done(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2776
mwx_mcu_send_mbuf(struct mwx_softc *sc, uint32_t cmd, struct mbuf *m, int *seqp)
sys/dev/pci/if_mwx.c
2886
mwx_mcu_send_msg(struct mwx_softc *sc, uint32_t cmd, void *data, size_t len,
sys/dev/pci/if_mwx.c
2902
mwx_mcu_send_wait(struct mwx_softc *sc, uint32_t cmd, void *data, size_t len)
sys/dev/pci/if_mwx.c
2913
mwx_mcu_send_mbuf_wait(struct mwx_softc *sc, uint32_t cmd, struct mbuf *m)
sys/dev/pci/if_mwx.c
2924
mwx_mcu_rx_event(struct mwx_softc *sc, struct mbuf *m)
sys/dev/pci/if_mwx.c
3043
mwx_mcu_wait_resp_int(struct mwx_softc *sc, uint32_t cmd, int seq,
sys/dev/pci/if_mwx.c
3067
mwx_mcu_wait_resp_msg(struct mwx_softc *sc, uint32_t cmd, int seq,
sys/dev/pci/if_mwx.c
3093
mwx_dma_disable(struct mwx_softc *sc, int force)
sys/dev/pci/if_mwx.c
3127
mwx_dma_enable(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3202
mwx_mcu_fw_pmctrl(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3222
mwx_mcu_drv_pmctrl(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3243
mwx_wfsys_reset(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3260
mwx_reg_addr(struct mwx_softc *sc, uint32_t reg)
sys/dev/pci/if_mwx.c
3305
mwx_init_hardware(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3362
mwx_get_data_mode(struct mwx_softc *sc, uint32_t info)
sys/dev/pci/if_mwx.c
3405
mwx_load_firmware(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3615
mwx_mac_wtbl_update(struct mwx_softc *sc, uint32_t idx)
sys/dev/pci/if_mwx.c
3635
mt7925_mac_set_fixed_rate_table(struct mwx_softc *sc, uint8_t tbl_idx,
sys/dev/pci/if_mwx.c
3649
mt7925_mac_init_basic_rates(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3668
mwx_mac_init_band(struct mwx_softc *sc, uint32_t band)
sys/dev/pci/if_mwx.c
3699
mwx_mac_init(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3734
mwx_mcu_patch_sem_ctrl(struct mwx_softc *sc, int semget)
sys/dev/pci/if_mwx.c
3784
mwx_mcu_init_download(struct mwx_softc *sc, uint32_t addr,
sys/dev/pci/if_mwx.c
3807
mwx_mcu_send_firmware(struct mwx_softc *sc, int cmd, u_char *data,
sys/dev/pci/if_mwx.c
3832
mwx_mcu_start_patch(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3846
mwx_mcu_start_firmware(struct mwx_softc *sc, uint32_t addr, uint32_t option)
sys/dev/pci/if_mwx.c
3860
mt7921_mcu_get_nic_capability(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
3947
mt7925_mcu_get_nic_capability(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4043
mt7921_mcu_fw_log_2_host(struct mwx_softc *sc, uint8_t ctrl)
sys/dev/pci/if_mwx.c
4057
mt7925_mcu_fw_log_2_host(struct mwx_softc *sc, uint8_t ctrl)
sys/dev/pci/if_mwx.c
4077
mt7921_mcu_set_eeprom(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4093
mt7925_mcu_set_eeprom(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4114
mt7921_mcu_set_rts_thresh(struct mwx_softc *sc, uint32_t val, uint8_t band)
sys/dev/pci/if_mwx.c
4134
mwx_mcu_set_deep_sleep(struct mwx_softc *sc, int ena)
sys/dev/pci/if_mwx.c
4162
mt7921_mcu_low_power_event(struct mwx_softc *sc, struct mbuf *m)
sys/dev/pci/if_mwx.c
4176
mt7921_mcu_tx_done_event(struct mwx_softc *sc, struct mbuf *m)
sys/dev/pci/if_mwx.c
4207
mt7921_mcu_hw_scan(struct mwx_softc *sc, int bgscan)
sys/dev/pci/if_mwx.c
4311
mt7921_mcu_hw_scan_cancel(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4332
struct mwx_softc *sc = arg;
sys/dev/pci/if_mwx.c
4342
mt7921_mcu_scan_event(struct mwx_softc *sc, struct mbuf *m)
sys/dev/pci/if_mwx.c
4350
mt7921_mcu_set_mac_enable(struct mwx_softc *sc, int band, int enable)
sys/dev/pci/if_mwx.c
4366
mt7921_mcu_set_channel_domain(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4473
mt7921_mcu_set_chan_info(struct mwx_softc *sc, int cmd)
sys/dev/pci/if_mwx.c
4545
mt7921_mcu_build_sku(struct mwx_softc *sc, int band, int8_t *sku)
sys/dev/pci/if_mwx.c
4583
mt7921_mcu_rate_txpower_band(struct mwx_softc *sc, int band,
sys/dev/pci/if_mwx.c
4630
mt7921_mcu_set_rate_txpower(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4680
mt7921_mac_reset_counters(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4700
mt7921_mac_set_timing(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
4741
mt7921_mcu_uni_add_dev(struct mwx_softc *sc, struct mwx_vif *mvif,
sys/dev/pci/if_mwx.c
478
void mwx_radiotap_attach(struct mwx_softc *);
sys/dev/pci/if_mwx.c
483
int mwx_scan(struct mwx_softc *);
sys/dev/pci/if_mwx.c
4846
mt7921_mcu_set_sniffer(struct mwx_softc *sc, int enable)
sys/dev/pci/if_mwx.c
4870
mt7921_mcu_set_beacon_filter(struct mwx_softc *sc, int enable)
sys/dev/pci/if_mwx.c
4891
mt7921_mcu_set_bss_pm(struct mwx_softc *sc, int enable)
sys/dev/pci/if_mwx.c
493
int mwx_tx(struct mwx_softc *, struct mbuf *,
sys/dev/pci/if_mwx.c
4932
mt7921_mcu_set_tx(struct mwx_softc *sc, struct mwx_vif *mvif)
sys/dev/pci/if_mwx.c
495
void mwx_rx(struct mwx_softc *, struct mbuf *, struct mbuf_list *);
sys/dev/pci/if_mwx.c
497
int mwx_preinit(struct mwx_softc *);
sys/dev/pci/if_mwx.c
503
void mwx_reset(struct mwx_softc *);
sys/dev/pci/if_mwx.c
5035
mwx_mcu_set_hif_suspend(struct mwx_softc *sc, int suspend)
sys/dev/pci/if_mwx.c
506
int mwx_txwi_alloc(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
5063
mt7921_mac_fill_rx(struct mwx_softc *sc, struct mbuf *m,
sys/dev/pci/if_mwx.c
507
void mwx_txwi_free(struct mwx_softc *);
sys/dev/pci/if_mwx.c
508
struct mwx_txwi *mwx_txwi_get(struct mwx_softc *);
sys/dev/pci/if_mwx.c
509
void mwx_txwi_put(struct mwx_softc *, struct mwx_txwi *);
sys/dev/pci/if_mwx.c
510
int mwx_txwi_enqueue(struct mwx_softc *, struct mwx_txwi *,
sys/dev/pci/if_mwx.c
512
int mwx_queue_alloc(struct mwx_softc *, struct mwx_queue *, int,
sys/dev/pci/if_mwx.c
514
void mwx_queue_free(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
515
void mwx_queue_reset(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
516
int mwx_buf_fill(struct mwx_softc *, struct mwx_queue_data *,
sys/dev/pci/if_mwx.c
518
int mwx_queue_fill(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
519
int mwx_dma_alloc(struct mwx_softc *);
sys/dev/pci/if_mwx.c
520
int mwx_dma_reset(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
521
void mwx_dma_free(struct mwx_softc *);
sys/dev/pci/if_mwx.c
522
int mwx_dma_tx_enqueue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
524
int mwx_dma_txwi_enqueue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
526
void mwx_dma_tx_cleanup(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
527
void mwx_dma_tx_done(struct mwx_softc *);
sys/dev/pci/if_mwx.c
528
void mwx_dma_rx_process(struct mwx_softc *, struct mbuf_list *);
sys/dev/pci/if_mwx.c
529
void mwx_dma_rx_dequeue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
531
void mwx_dma_rx_done(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
535
int mwx_mcu_send_mbuf(struct mwx_softc *, uint32_t, struct mbuf *,
sys/dev/pci/if_mwx.c
537
int mwx_mcu_send_msg(struct mwx_softc *, uint32_t, void *, size_t,
sys/dev/pci/if_mwx.c
539
int mwx_mcu_send_wait(struct mwx_softc *, uint32_t, void *, size_t);
sys/dev/pci/if_mwx.c
540
int mwx_mcu_send_mbuf_wait(struct mwx_softc *, uint32_t,
sys/dev/pci/if_mwx.c
542
void mwx_mcu_rx_event(struct mwx_softc *, struct mbuf *);
sys/dev/pci/if_mwx.c
5428
mt7921_mac_tx_rate_val(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
543
int mwx_mcu_wait_resp_int(struct mwx_softc *, uint32_t, int,
sys/dev/pci/if_mwx.c
545
int mwx_mcu_wait_resp_msg(struct mwx_softc *, uint32_t, int,
sys/dev/pci/if_mwx.c
5456
mt7921_mac_write_txwi_80211(struct mwx_softc *sc, struct mbuf *m,
sys/dev/pci/if_mwx.c
548
int mwx_dma_disable(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
549
void mwx_dma_enable(struct mwx_softc *);
sys/dev/pci/if_mwx.c
550
int mwx_mcu_fw_pmctrl(struct mwx_softc *);
sys/dev/pci/if_mwx.c
551
int mwx_mcu_drv_pmctrl(struct mwx_softc *);
sys/dev/pci/if_mwx.c
552
int mwx_wfsys_reset(struct mwx_softc *);
sys/dev/pci/if_mwx.c
553
uint32_t mwx_reg_addr(struct mwx_softc *, uint32_t);
sys/dev/pci/if_mwx.c
554
int mwx_init_hardware(struct mwx_softc *);
sys/dev/pci/if_mwx.c
555
int mwx_load_firmware(struct mwx_softc *);
sys/dev/pci/if_mwx.c
556
int mwx_mac_wtbl_update(struct mwx_softc *, uint32_t);
sys/dev/pci/if_mwx.c
557
void mt7925_mac_set_fixed_rate_table(struct mwx_softc *, uint8_t,
sys/dev/pci/if_mwx.c
559
void mt7925_mac_init_basic_rates(struct mwx_softc *);
sys/dev/pci/if_mwx.c
560
void mwx_mac_init_band(struct mwx_softc *, uint32_t);
sys/dev/pci/if_mwx.c
5607
mt7921_mac_write_txwi(struct mwx_softc *sc, struct mbuf *m,
sys/dev/pci/if_mwx.c
561
void mwx_mac_init(struct mwx_softc *);
sys/dev/pci/if_mwx.c
562
int mwx_mcu_patch_sem_ctrl(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
563
int mwx_mcu_init_download(struct mwx_softc *, uint32_t,
sys/dev/pci/if_mwx.c
565
int mwx_mcu_send_firmware(struct mwx_softc *, int,
sys/dev/pci/if_mwx.c
567
int mwx_mcu_start_patch(struct mwx_softc *);
sys/dev/pci/if_mwx.c
5676
mwx_mac_tx_free(struct mwx_softc *sc, struct mbuf *m)
sys/dev/pci/if_mwx.c
568
int mwx_mcu_start_firmware(struct mwx_softc *, uint32_t,
sys/dev/pci/if_mwx.c
570
int mt7921_mcu_get_nic_capability(struct mwx_softc *);
sys/dev/pci/if_mwx.c
571
int mt7925_mcu_get_nic_capability(struct mwx_softc *);
sys/dev/pci/if_mwx.c
572
int mt7921_mcu_fw_log_2_host(struct mwx_softc *, uint8_t);
sys/dev/pci/if_mwx.c
573
int mt7925_mcu_fw_log_2_host(struct mwx_softc *, uint8_t);
sys/dev/pci/if_mwx.c
5735
mt7921_set_channel(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
574
int mt7921_mcu_set_eeprom(struct mwx_softc *);
sys/dev/pci/if_mwx.c
575
int mt7925_mcu_set_eeprom(struct mwx_softc *);
sys/dev/pci/if_mwx.c
5753
mt7921_get_phy_mode_v2(struct mwx_softc *sc, struct ieee80211_node *ni)
sys/dev/pci/if_mwx.c
576
int mt7921_mcu_set_rts_thresh(struct mwx_softc *, uint32_t,
sys/dev/pci/if_mwx.c
578
int mwx_mcu_set_deep_sleep(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
579
void mt7921_mcu_low_power_event(struct mwx_softc *, struct mbuf *);
sys/dev/pci/if_mwx.c
580
void mt7921_mcu_tx_done_event(struct mwx_softc *, struct mbuf *);
sys/dev/pci/if_mwx.c
582
void mt7921_mcu_scan_event(struct mwx_softc *, struct mbuf *);
sys/dev/pci/if_mwx.c
583
int mt7921_mcu_hw_scan(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
584
int mt7921_mcu_hw_scan_cancel(struct mwx_softc *);
sys/dev/pci/if_mwx.c
585
int mt7921_mcu_set_mac_enable(struct mwx_softc *, int, int);
sys/dev/pci/if_mwx.c
586
int mt7921_mcu_set_channel_domain(struct mwx_softc *);
sys/dev/pci/if_mwx.c
5862
mt7921_mcu_add_basic_tlv(struct mbuf *m, uint16_t *tlvnum, struct mwx_softc *sc,
sys/dev/pci/if_mwx.c
588
int mt7921_mcu_set_chan_info(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
589
void mt7921_mcu_build_sku(struct mwx_softc *, int, int8_t *);
sys/dev/pci/if_mwx.c
590
int mt7921_mcu_rate_txpower_band(struct mwx_softc *, int,
sys/dev/pci/if_mwx.c
5906
mt7921_mcu_add_sta_tlv(struct mbuf *m, uint16_t *tlvnum, struct mwx_softc *sc,
sys/dev/pci/if_mwx.c
592
int mt7921_mcu_set_rate_txpower(struct mwx_softc *);
sys/dev/pci/if_mwx.c
593
void mt7921_mac_reset_counters(struct mwx_softc *);
sys/dev/pci/if_mwx.c
594
void mt7921_mac_set_timing(struct mwx_softc *);
sys/dev/pci/if_mwx.c
595
int mt7921_mcu_uni_add_dev(struct mwx_softc *, struct mwx_vif *,
sys/dev/pci/if_mwx.c
597
int mt7921_mcu_set_sniffer(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
598
int mt7921_mcu_set_beacon_filter(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
599
int mt7921_mcu_set_bss_pm(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
600
int mt7921_mcu_set_tx(struct mwx_softc *, struct mwx_vif *);
sys/dev/pci/if_mwx.c
601
int mwx_mcu_set_hif_suspend(struct mwx_softc *, int);
sys/dev/pci/if_mwx.c
6011
struct mwx_softc *sc, struct ieee80211_node *ni)
sys/dev/pci/if_mwx.c
602
int mt7921_mac_fill_rx(struct mwx_softc *, struct mbuf *,
sys/dev/pci/if_mwx.c
604
uint32_t mt7921_mac_tx_rate_val(struct mwx_softc *);
sys/dev/pci/if_mwx.c
6040
struct mwx_softc *sc, struct ieee80211_node *ni)
sys/dev/pci/if_mwx.c
605
void mt7921_mac_write_txwi_80211(struct mwx_softc *, struct mbuf *,
sys/dev/pci/if_mwx.c
6060
struct mwx_softc *sc, struct ieee80211_node *ni)
sys/dev/pci/if_mwx.c
607
void mt7921_mac_write_txwi(struct mwx_softc *, struct mbuf *,
sys/dev/pci/if_mwx.c
6074
mt7921_mac_sta_update(struct mwx_softc *sc, struct ieee80211_node *ni,
sys/dev/pci/if_mwx.c
609
void mwx_mac_tx_free(struct mwx_softc *, struct mbuf *);
sys/dev/pci/if_mwx.c
610
int mt7921_set_channel(struct mwx_softc *);
sys/dev/pci/if_mwx.c
612
uint8_t mt7921_get_phy_mode_v2(struct mwx_softc *,
sys/dev/pci/if_mwx.c
6172
mt7921_mcu_sta_key_update(struct mwx_softc *sc, struct ieee80211_node *ni,
sys/dev/pci/if_mwx.c
618
struct mwx_softc *, struct ieee80211_node *, int, int);
sys/dev/pci/if_mwx.c
620
struct mwx_softc *, struct ieee80211_node *, int, int);
sys/dev/pci/if_mwx.c
622
struct mwx_softc *, struct ieee80211_node *);
sys/dev/pci/if_mwx.c
6225
mt7921_mcu_sta_key_delete(struct mwx_softc *sc, struct ieee80211_node *ni,
sys/dev/pci/if_mwx.c
624
struct mwx_softc *, struct ieee80211_node *);
sys/dev/pci/if_mwx.c
626
struct mwx_softc *, struct ieee80211_node *);
sys/dev/pci/if_mwx.c
627
int mt7921_mac_sta_update(struct mwx_softc *,
sys/dev/pci/if_mwx.c
631
int mt7921_mcu_sta_key_update(struct mwx_softc *,
sys/dev/pci/if_mwx.c
633
void mt7921_mcu_sta_key_delete(struct mwx_softc *,
sys/dev/pci/if_mwx.c
637
mwx_read(struct mwx_softc *sc, uint32_t reg)
sys/dev/pci/if_mwx.c
644
mwx_write(struct mwx_softc *sc, uint32_t reg, uint32_t val)
sys/dev/pci/if_mwx.c
651
mwx_barrier(struct mwx_softc *sc)
sys/dev/pci/if_mwx.c
658
mwx_rmw(struct mwx_softc *sc, uint32_t reg, uint32_t val, uint32_t mask)
sys/dev/pci/if_mwx.c
667
mwx_set(struct mwx_softc *sc, uint32_t reg, uint32_t bits)
sys/dev/pci/if_mwx.c
673
mwx_clear(struct mwx_softc *sc, uint32_t reg, uint32_t bits)
sys/dev/pci/if_mwx.c
679
mt7921_map_reg_l1(struct mwx_softc *sc, uint32_t reg)
sys/dev/pci/if_mwx.c
691
mt7925_map_reg_l1(struct mwx_softc *sc, uint32_t reg)
sys/dev/pci/if_mwx.c
708
mwx_poll(struct mwx_softc *sc, uint32_t reg, uint32_t val, uint32_t mask,
sys/dev/pci/if_mwx.c
733
struct mwx_softc *sc = ifp->if_softc;
sys/dev/pci/if_mwx.c
817
struct mwx_softc *sc = ifp->if_softc;
sys/dev/pci/if_mwx.c
880
struct mwx_softc *sc = ifp->if_softc;
sys/dev/pci/if_mwx.c
979
struct mwx_softc *sc = ifp->if_softc;