Searched refs:mwl_hal_intrset (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 725 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 D | mwlhal.h | 149 void mwl_hal_intrset(struct mwl_hal *mh, uint32_t mask);
|
H A D | mwlhal.c | 503 mwl_hal_intrset(struct mwl_hal *mh0, uint32_t mask) in mwl_hal_intrset() function
|