Searched defs:bwfm_bus_ops (Results 1 – 1 of 1) sorted by relevance
155 struct bwfm_bus_ops { struct156 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 *);