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 | 1072 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_tx_mgt() 1165 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_tx_raw() 1221 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_tx_data() 1321 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_start() 2021 RAL_LOCK_ASSERT(sc, MA_OWNED); in ural_init() 2094 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 | rt2560.c | 1888 RAL_LOCK_ASSERT(sc); in rt2560_start() 1908 RAL_LOCK_ASSERT(sc); in rt2560_watchdog() 2562 RAL_LOCK_ASSERT(sc); in rt2560_init_locked() 2658 RAL_LOCK_ASSERT(sc); in rt2560_stop_locked()
|
| H A D | rt2661.c | 1580 RAL_LOCK_ASSERT(sc); in rt2661_start() 1647 RAL_LOCK_ASSERT(sc); in rt2661_watchdog() 2227 RAL_LOCK_ASSERT(sc); in rt2661_init_locked() 2426 RAL_LOCK_ASSERT(sc); in rt2661_load_microcode()
|
| H A D | rt2860.c | 1958 RAL_LOCK_ASSERT(sc); in rt2860_start() 1981 RAL_LOCK_ASSERT(sc); in rt2860_watchdog() 3801 RAL_LOCK_ASSERT(sc); in rt2860_init_locked() 4116 RAL_LOCK_ASSERT(sc); in rt2860_load_microcode()
|