HomeSort by: relevance | last modified time | path
    Searched refs:bwi_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/cardbus/
if_bwi_cardbus.c 62 struct bwi_softc csc_bwi;
76 static int bwi_cardbus_enable(struct bwi_softc *, int);
77 static void bwi_cardbus_disable(struct bwi_softc *, int);
117 struct bwi_softc *sc = &csc->csc_bwi;
175 struct bwi_softc *sc = &csc->csc_bwi;
216 bwi_cardbus_enable(struct bwi_softc *sc, int pmf)
243 bwi_cardbus_disable(struct bwi_softc *sc, int pmf)
  /src/sys/dev/ic/
bwi.c 149 static void bwi_sysctlattach(struct bwi_softc *);
196 static int bwi_mac_attach(struct bwi_softc *, int, uint8_t);
284 static uint16_t bwi_read_sprom(struct bwi_softc *, uint16_t);
285 static void bwi_setup_desc32(struct bwi_softc *, struct bwi_desc32 *, int,
287 static void bwi_power_on(struct bwi_softc *, int);
288 static int bwi_power_off(struct bwi_softc *, int);
289 static int bwi_regwin_switch(struct bwi_softc *, struct bwi_regwin *,
291 static int bwi_regwin_select(struct bwi_softc *, int);
292 static void bwi_regwin_info(struct bwi_softc *, uint16_t *, uint8_t *);
293 static void bwi_led_attach(struct bwi_softc *);
    [all...]
bwivar.h 451 struct bwi_softc *mac_sc;
560 struct bwi_softc { struct
638 int (*sc_init_tx_ring)(struct bwi_softc *, int);
639 void (*sc_free_tx_ring)(struct bwi_softc *, int);
641 int (*sc_init_rx_ring)(struct bwi_softc *);
642 void (*sc_free_rx_ring)(struct bwi_softc *);
644 int (*sc_init_txstats)(struct bwi_softc *);
645 void (*sc_free_txstats)(struct bwi_softc *);
648 (struct bwi_softc *, int, bus_addr_t, int);
649 int (*sc_rxeof)(struct bwi_softc *);
    [all...]
  /src/sys/dev/pci/
if_bwi_pci.c 65 struct bwi_softc psc_bwi;
129 struct bwi_softc *sc = &psc->psc_bwi;
215 struct bwi_softc *sc = &psc->psc_bwi;
  /src/sys/dev/sdmmc/
if_bwi_sdio.c 102 struct bwi_softc sc_base;
160 struct bwi_softc * const sc = &ssc->sc_base;

Completed in 16 milliseconds