Searched refs:bwi_softc (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/
H A Dglue.c34 struct bwi_softc* sc = (struct bwi_softc*)device_get_softc(dev);
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c107 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 *, in
[all...]
H A Dif_bwivar.h453 struct bwi_softc;
463 struct bwi_softc *mac_sc;
545 struct bwi_softc { struct
620 int (*sc_init_tx_ring)(struct bwi_softc *, int);
621 void (*sc_free_tx_ring)(struct bwi_softc *, int);
623 int (*sc_init_rx_ring)(struct bwi_softc *);
624 void (*sc_free_rx_ring)(struct bwi_softc *);
626 int (*sc_init_txstats)(struct bwi_softc *);
627 void (*sc_free_txstats)(struct bwi_softc *);
630 (struct bwi_softc *, in
[all...]
H A Dbwimac.c122 struct bwi_softc *sc = mac->mac_sc;
165 struct bwi_softc *sc = mac->mac_sc;
182 struct bwi_softc *sc = mac->mac_sc;
208 struct bwi_softc *sc = mac->mac_sc;
226 struct bwi_softc *sc = mac->mac_sc;
289 struct bwi_softc *sc = mac->mac_sc;
455 struct bwi_softc *sc = mac->mac_sc;
543 struct bwi_softc *sc = mac->mac_sc;
594 struct bwi_softc *sc = mac->mac_sc;
701 struct bwi_softc *s
[all...]
H A Dif_bwi_pci.c79 struct bwi_softc sc_sc;
127 struct bwi_softc *sc = &psc->sc_sc;
196 struct bwi_softc *sc = &psc->sc_sc;
H A Dbwimac.h43 int bwi_mac_attach(struct bwi_softc *, int, uint8_t);
H A Dbwiphy.c139 struct bwi_softc *sc = mac->mac_sc;
148 struct bwi_softc *sc = mac->mac_sc;
157 struct bwi_softc *sc = mac->mac_sc;
315 struct bwi_softc *sc = mac->mac_sc;
438 struct bwi_softc *sc = mac->mac_sc;
507 struct bwi_softc *sc = mac->mac_sc;
609 struct bwi_softc *sc = mac->mac_sc;
750 struct bwi_softc *sc = mac->mac_sc;
H A Dbwirf.c201 struct bwi_softc *sc = mac->mac_sc;
211 struct bwi_softc *sc = mac->mac_sc;
229 struct bwi_softc *sc = mac->mac_sc;
344 struct bwi_softc *sc = mac->mac_sc;
387 struct bwi_softc *sc = mac->mac_sc;
570 struct bwi_softc *sc = mac->mac_sc;
679 struct bwi_softc *sc = mac->mac_sc;
770 struct bwi_softc *sc = mac->mac_sc;
1087 struct bwi_softc *sc = mac->mac_sc;
1260 struct bwi_softc *s
[all...]

Completed in 69 milliseconds