Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ipw/
H A Dif_ipw.c1235 IPW_LOCK(sc); in ipw_rx_data_intr()
1379 IPW_LOCK(sc); in ipw_intr()
1706 IPW_LOCK(sc); in ipw_transmit()
1780 IPW_LOCK(sc); in ipw_parent()
2170 IPW_LOCK(sc); in ipw_assoc()
2258 IPW_LOCK(sc); in ipw_disassoc()
2292 IPW_LOCK(sc); in ipw_init()
2494 IPW_LOCK(sc); in ipw_stop()
2618 IPW_LOCK(sc); in ipw_scan_start()
2648 IPW_LOCK(sc); in ipw_set_channel()
[all …]
H A Dif_ipwvar.h173 #define IPW_LOCK(sc) mtx_lock(&sc->sc_mtx); macro