HomeSort by: relevance | last modified time | path
    Searched defs:bwfm_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
bwfmvar.h 84 struct bwfm_softc;
148 int (*ch_core_isup)(struct bwfm_softc *, struct bwfm_core *);
149 void (*ch_core_disable)(struct bwfm_softc *, struct bwfm_core *,
151 void (*ch_core_reset)(struct bwfm_softc *, struct bwfm_core *,
156 void (*bs_init)(struct bwfm_softc *);
157 void (*bs_stop)(struct bwfm_softc *);
158 int (*bs_txcheck)(struct bwfm_softc *);
159 int (*bs_txdata)(struct bwfm_softc *, struct mbuf **);
160 int (*bs_txctl)(struct bwfm_softc *, char *, size_t);
161 int (*bs_rxctl)(struct bwfm_softc *, char *, size_t *)
212 struct bwfm_softc { struct
    [all...]

Completed in 19 milliseconds