Home
last modified time | relevance | path

Searched refs:bwn_softc (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/bwn/
HDif_bwn.c121 static void bwn_attach_pre(struct bwn_softc *);
122 static int bwn_attach_post(struct bwn_softc *);
124 static int bwn_init(struct bwn_softc *);
126 static void bwn_start(struct bwn_softc *);
142 static void bwn_wme_clear(struct bwn_softc *);
154 static void bwn_stop(struct bwn_softc *);
294 static int bwn_switch_band(struct bwn_softc *,
319 static int bwn_tx_start(struct bwn_softc *, struct ieee80211_node *,
321 static int bwn_tx_isfull(struct bwn_softc *, struct mbuf *);
355 static void bwn_sysctl_node(struct bwn_softc *);
[all …]
HDbwn_mac.c57 struct bwn_softc { struct
91 struct bwn_softc *sc; in bwn_attach()
119 struct bwn_softc *sc; in bwn_detach()
151 DEFINE_CLASS_0(bwn, bwn_driver, bwn_methods, sizeof(struct bwn_softc));
HDif_bwn_phy_common.c90 struct bwn_softc *sc = mac->mac_sc; in bwn_mac_switch_freq()
147 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_force_clock()
184 struct bwn_softc *sc = mac->mac_sc; in bwn_mac_phy_clock_set()
204 struct bwn_softc *sc = mac->mac_sc; in bwn_wireless_core_phy_pll_reset()
HDif_bwn_phy_lp.c407 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_init()
561 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_get_default_chan()
594 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_readsprom()
633 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_txpctl_init()
645 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_calib()
769 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_b2063_switch_channel()
898 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_b2062_switch_channel()
991 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_set_gaintbl()
1042 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_get_txpctlmode()
1123 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_lp_bugfix()
[all …]
HDif_bwn_phy_g.c154 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_attach()
264 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_prepare_hw()
637 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_recalc_txpwr()
689 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_set_txpwr()
748 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_task_15s()
806 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_task_60s()
833 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_g_init_sub()
940 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_init_b5()
1036 struct bwn_softc *sc = mac->mac_sc; in bwn_loopback_calcgain()
1415 struct bwn_softc *sc = mac->mac_sc; in bwn_phy_init_b6()
[all …]
HDif_bwnvar.h36 struct bwn_softc;
929 struct bwn_softc *mac_sc;
1004 struct bwn_softc { struct
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
HDif_bwn_phy_n_tables.c3410 struct bwn_softc *sc = mac->mac_sc; in bwn_ntab_read_bulk()
3493 struct bwn_softc *sc = mac->mac_sc; in bwn_ntab_write_bulk()
3566 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_tables_init_rev7_volatile()
3638 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_tables_init_rev3()
3725 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_get_ipa_gain_table()
3776 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_get_tx_gain_table()
3862 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_get_gain_ctl_workaround_ent()
HDif_bwn_phy_n_ppr.c141 struct bwn_softc *sc = mac->mac_sc; in bwn_ppr_load_max_from_sprom()
HDif_bwn_phy_n_core.c593 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_classifier()
1220 struct bwn_softc *sc = mac->mac_sc; in bwn_radio_2056_setup()
1553 struct bwn_softc *sc = mac->mac_sc; in bwn_radio_init2055_post()
2613 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_gain_ctl_workarounds_rev3()
2819 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_workarounds_rev7plus()
3264 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_workarounds_rev3plus()
3473 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_workarounds_rev1_2()
3860 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_tx_power_fix()
4166 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_tx_power_ctl_setup()
6023 struct bwn_softc *sc = mac->mac_sc; in bwn_nphy_op_recalc_txpower()
[all …]