Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1585 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_stop_hw_scan()
2004 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_scan_to_auth()
2049 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_scan_to_auth()
2179 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_auth_to_scan()
2278 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_auth_to_assoc()
2345 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_a_to_a()
2407 LKPI_80211_LHW_UNLOCK(lhw); in _lkpi_sta_assoc_to_down()
2524 LKPI_80211_LHW_UNLOCK(lhw); in _lkpi_sta_assoc_to_down()
2721 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_assoc_to_run()
2795 LKPI_80211_LHW_UNLOCK(lhw); in lkpi_sta_run_to_assoc()
[all …]
H A Dlinux_80211.h327 #define LKPI_80211_LHW_UNLOCK(_lhw) \ macro