Searched refs:bwi_softc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/bwi/ |
| D | if_bwi.c | 107 static void bwi_init(struct bwi_softc *); 110 static void bwi_start_locked(struct bwi_softc *); 124 static int bwi_calc_rssi(struct bwi_softc *, const struct bwi_rxbuf_hdr *); 125 static int bwi_calc_noise(struct bwi_softc *); 127 static void bwi_rx_radiotap(struct bwi_softc *, struct mbuf *, 131 static void bwi_init_statechg(struct bwi_softc *, int); 132 static void bwi_stop(struct bwi_softc *, int); 133 static void bwi_stop_locked(struct bwi_softc *, int); 134 static int bwi_newbuf(struct bwi_softc *, int, int); 135 static int bwi_encap(struct bwi_softc *, int, struct mbuf *, [all …]
|
| D | if_bwivar.h | 453 struct bwi_softc; 463 struct bwi_softc *mac_sc; 545 struct bwi_softc { struct 620 int (*sc_init_tx_ring)(struct bwi_softc *, int); argument 621 void (*sc_free_tx_ring)(struct bwi_softc *, int); argument 623 int (*sc_init_rx_ring)(struct bwi_softc *); argument 624 void (*sc_free_rx_ring)(struct bwi_softc *); argument 626 int (*sc_init_txstats)(struct bwi_softc *); argument 627 void (*sc_free_txstats)(struct bwi_softc *); argument 630 (struct bwi_softc *, int, bus_addr_t, int); argument [all …]
|
| D | bwimac.c | 122 struct bwi_softc *sc = mac->mac_sc; in bwi_tmplt_write_4() 165 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_read_2() 182 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_read_4() 208 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_write_2() 226 struct bwi_softc *sc = mac->mac_sc; in bwi_memobj_write_4() 289 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_init() 455 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_reset() 543 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_test() 594 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_setup_tpctl() 701 struct bwi_softc *sc = mac->mac_sc; in bwi_mac_dummy_xmit() [all …]
|
| D | if_bwi_pci.c | 79 struct bwi_softc sc_sc; 127 struct bwi_softc *sc = &psc->sc_sc; in bwi_pci_attach() 196 struct bwi_softc *sc = &psc->sc_sc; in bwi_pci_detach()
|
| D | bwiphy.c | 139 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_write() 148 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_read() 157 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_attach() 315 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11g() 438 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11b_rev4() 507 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11b_rev5() 609 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_init_11b_rev6() 750 struct bwi_softc *sc = mac->mac_sc; in bwi_phy_config_11g()
|
| D | bwirf.c | 201 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_write() 211 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_read() 229 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_attach() 344 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_set_chan() 387 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_get_gains() 570 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_work_around() 679 struct bwi_softc *sc = mac->mac_sc; in bwi_phy812_value() 770 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_init_bcm2050() 1087 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_map_txpower() 1260 struct bwi_softc *sc = mac->mac_sc; in bwi_rf_lo_update_11g() [all …]
|
| D | bwimac.h | 43 int bwi_mac_attach(struct bwi_softc *, int, uint8_t);
|