Home
last modified time | relevance | path

Searched refs:bwi_softc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dif_bwi.c105 static void bwi_init(struct bwi_softc *);
108 static void bwi_start_locked(struct bwi_softc *);
122 static int bwi_calc_rssi(struct bwi_softc *, const struct bwi_rxbuf_hdr *);
123 static int bwi_calc_noise(struct bwi_softc *);
125 static void bwi_rx_radiotap(struct bwi_softc *, struct mbuf *,
129 static void bwi_init_statechg(struct bwi_softc *, int);
130 static void bwi_stop(struct bwi_softc *, int);
131 static void bwi_stop_locked(struct bwi_softc *, int);
132 static int bwi_newbuf(struct bwi_softc *, int, int);
133 static int bwi_encap(struct bwi_softc *, int, struct mbuf *,
[all …]
H A Dif_bwivar.h452 struct bwi_softc;
462 struct bwi_softc *mac_sc;
544 struct bwi_softc { struct
619 int (*sc_init_tx_ring)(struct bwi_softc *, int); argument
620 void (*sc_free_tx_ring)(struct bwi_softc *, int); argument
622 int (*sc_init_rx_ring)(struct bwi_softc *); argument
623 void (*sc_free_rx_ring)(struct bwi_softc *); argument
625 int (*sc_init_txstats)(struct bwi_softc *); argument
626 void (*sc_free_txstats)(struct bwi_softc *); argument
629 (struct bwi_softc *, int, bus_addr_t, int); argument
[all …]
H A Dbwimac.c120 struct bwi_softc *sc = mac->mac_sc; in bwi_tmplt_write_4()
163 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_read_2()
180 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_read_4()
206 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_write_2()
224 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_write_4()
287 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_init()
453 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_reset()
541 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_test()
592 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_setup_tpctl()
699 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_dummy_xmit()
[all …]
H A Dif_bwi_pci.c77 struct bwi_softc sc_sc;
125 struct bwi_softc *sc = &psc->sc_sc; in bwi_pci_attach()
194 struct bwi_softc *sc = &psc->sc_sc; in bwi_pci_detach()
H A Dbwiphy.c137 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_write()
146 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_read()
155 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_attach()
313 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11g()
436 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11b_rev4()
505 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11b_rev5()
607 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11b_rev6()
748 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_config_11g()
H A Dbwirf.c199 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_write()
209 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_read()
227 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_attach()
342 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_set_chan()
385 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_get_gains()
568 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_work_around()
677 struct bwi_softc *sc = mac->mac_sc; in bwi_phy812_value()
768 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_init_bcm2050()
1085 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_map_txpower()
1258 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_lo_update_11g()
[all …]
H A Dbwimac.h42 int bwi_mac_attach(struct bwi_softc *, int, uint8_t);