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

/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwl.c134 static int mwl_rxbuf_init(struct mwl_softc *, struct mwl_rxbuf *);
2586 mwl_rxbuf_init(struct mwl_softc *sc, struct mwl_rxbuf *bf) function
2747 (void) mwl_rxbuf_init(sc, bf);
2849 * mwl_rxbuf_init will re-setup the rx
2928 (void) mwl_rxbuf_init(sc, bf);
3873 int error = mwl_rxbuf_init(sc, bf);
3876 "%s: mwl_rxbuf_init failed %d\n",

Completed in 183 milliseconds