Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c660 RSU_ASSERT_LOCKED(sc); in rsu_do_request()
877 RSU_ASSERT_LOCKED(sc); in rsu_set_multi()
1042 RSU_ASSERT_LOCKED(sc); in rsu_getbuf()
1055 RSU_ASSERT_LOCKED(sc); in rsu_freebuf()
1238 RSU_ASSERT_LOCKED(sc); in rsu_fw_cmd()
1357 RSU_ASSERT_LOCKED(sc); in rsu_set_fw_power_state()
1716 RSU_ASSERT_LOCKED(sc); in rsu_set_key_group()
1753 RSU_ASSERT_LOCKED(sc); in rsu_set_key_pair()
1811 RSU_ASSERT_LOCKED(sc); in rsu_delete_key()
1887 RSU_ASSERT_LOCKED(sc); in rsu_site_survey()
[all …]
H A Dif_rsureg.h840 #define RSU_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED) macro