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

  /src/sys/dev/ic/
atw.c 159 static void atw_print_regs(struct atw_softc *, const char *);
163 static void atw_rf3000_print(struct atw_softc *);
164 static int atw_rf3000_read(struct atw_softc *sc, u_int, u_int *);
168 static void atw_si4126_print(struct atw_softc *);
169 static int atw_si4126_read(struct atw_softc *, u_int, u_int *);
190 void atw_attach(struct atw_softc *);
191 int atw_detach(struct atw_softc *);
192 static void atw_evcnt_attach(struct atw_softc *);
193 static void atw_evcnt_detach(struct atw_softc *);
196 int atw_add_rxbuf(struct atw_softc *, int)
    [all...]
atwvar.h 169 struct atw_softc { struct
401 atw_init_rxdesc(struct atw_softc *sc, int x)
448 void atw_attach(struct atw_softc *);
449 int atw_detach(struct atw_softc *);
  /src/sys/dev/cardbus/
if_atw_cardbus.c 91 struct atw_softc sc_atw;
161 struct atw_softc *sc = &csc->sc_atw;
280 struct atw_softc *sc = &csc->sc_atw;
313 struct atw_softc *sc = &csc->sc_atw;
  /src/sys/dev/pci/
if_atw_pci.c 81 struct atw_softc psc_atw; /* real ADM8211 softc */
139 struct atw_softc *sc = &psc->psc_atw;
168 struct atw_softc *sc = &psc->psc_atw;

Completed in 13 milliseconds