Home
last modified time | relevance | path

Searched refs:lockdep_assert_wiphy (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c56 lockdep_assert_wiphy(hw->wiphy); in lkpi_80211_mo_start()
476 lockdep_assert_wiphy(hw->wiphy); in lkpi_80211_mo_unassign_vif_chanctx()
693 lockdep_assert_wiphy(hw->wiphy); in lkpi_80211_mo_set_key()
750 lockdep_assert_wiphy(hw->wiphy); in lkpi_80211_mo_sta_statistics()
H A Dlinux_80211.c721 lockdep_assert_wiphy(lsta->hw->wiphy); in lkpi_lsta_remove()
1281 lockdep_assert_wiphy(hw->wiphy); in lkpi_sta_del_keys()
1359 lockdep_assert_wiphy(hw->wiphy); in lkpi_iv_key_delete()
1472 lockdep_assert_wiphy(hw->wiphy); in lkpi_iv_key_set()
3725 lockdep_assert_wiphy(hw->wiphy); in lkpi_wme_update()
6951 lockdep_assert_wiphy(hw->wiphy);
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1106 #define lockdep_assert_wiphy(wiphy) \ macro