Home
last modified time | relevance | path

Searched refs:mwl_hal_intrset (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwl.c725 mwl_hal_intrset(mh, 0); /* disable interrupts */ in mwl_vap_delete()
751 mwl_hal_intrset(mh, sc->sc_imask); in mwl_vap_delete()
1180 mwl_hal_intrset(mh, sc->sc_imask); in mwl_init()
1249 mwl_hal_intrset(mh, 0); /* disable interrupts */ in mwl_reset()
1251 mwl_hal_intrset(mh, sc->sc_imask); in mwl_reset()
2531 mwl_hal_intrset(sc->sc_mh, sc->sc_imask); in mwl_ext_free()
2727 mwl_hal_intrset(sc->sc_mh, in mwl_rx_proc()
3799 mwl_hal_intrset(mh, 0); /* disable interrupts */ in mwl_chan_set()
3834 mwl_hal_intrset(mh, sc->sc_imask); in mwl_chan_set()
H A Dmwlhal.h149 void mwl_hal_intrset(struct mwl_hal *mh, uint32_t mask);
H A Dmwlhal.c503 mwl_hal_intrset(struct mwl_hal *mh0, uint32_t mask) in mwl_hal_intrset() function