Searched refs:RAL_LOCK_ASSERT (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uralvar.h | 134 #define RAL_LOCK_ASSERT(sc, t) mtx_assert(&(sc)->sc_mtx, t) macro
|
H A D | if_ural.c | 1070 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_tx_mgt() 1161 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_tx_raw() 1217 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_tx_data() 1315 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_start() 2015 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_init() 2088 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_stop()
|
/freebsd/sys/dev/ral/ |
H A D | rt2560var.h | 163 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
|
H A D | rt2661var.h | 171 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
|
H A D | rt2860var.h | 208 #define RAL_LOCK_ASSERT(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro
|
H A D | rt2661.c | 1578 RAL_LOCK_ASSERT(sc); in rt2661_start() 1645 RAL_LOCK_ASSERT(sc); in rt2661_watchdog() 2225 RAL_LOCK_ASSERT(sc); in rt2661_init_locked() 2424 RAL_LOCK_ASSERT(sc); in rt2661_load_microcode()
|
H A D | rt2560.c | 1884 RAL_LOCK_ASSERT(sc); in rt2560_start() 1904 RAL_LOCK_ASSERT(sc); in rt2560_watchdog() 2558 RAL_LOCK_ASSERT(sc); in rt2560_init_locked() 2654 RAL_LOCK_ASSERT(sc); in rt2560_stop_locked()
|
H A D | rt2860.c | 1955 RAL_LOCK_ASSERT(sc); in rt2860_start() 1978 RAL_LOCK_ASSERT(sc); in rt2860_watchdog() 3798 RAL_LOCK_ASSERT(sc); in rt2860_init_locked() 4113 RAL_LOCK_ASSERT(sc); in rt2860_load_microcode()
|