Home
last modified time | relevance | path

Searched refs:IPW_LOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ipw/
H A Dif_ipw.c1036 IPW_LOCK(sc); in ipw_rx_newstate_intr()
1057 IPW_LOCK(sc); in ipw_rx_newstate_intr()
1070 IPW_LOCK(sc); in ipw_rx_newstate_intr()
1237 IPW_LOCK(sc); in ipw_rx_data_intr()
1370 IPW_LOCK(sc); in ipw_fatal_error_intr()
1381 IPW_LOCK(sc); in ipw_intr()
1709 IPW_LOCK(sc); in ipw_transmit()
1768 IPW_LOCK(sc); in ipw_watchdog()
1783 IPW_LOCK(sc); in ipw_parent()
2174 IPW_LOCK(sc); in ipw_assoc()
[all …]
H A Dif_ipwvar.h173 #define IPW_LOCK(sc) mtx_lock(&sc->sc_mtx); macro