Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6567 struct lkpi_wiphy *lwiphy; local
6571 lwiphy = container_of(work, struct lkpi_wiphy, wwk);
6572 wiphy = LWIPHY_TO_WIPHY(lwiphy);
6576 LKPI_80211_LWIPHY_WORK_LOCK(lwiphy);
6577 wk = list_first_entry_or_null(&lwiphy->wwk_list, struct wiphy_work, entry);
6580 LKPI_80211_LWIPHY_WORK_UNLOCK(lwiphy);
6587 if (!list_empty(&lwiphy->wwk_list))
6589 LKPI_80211_LWIPHY_WORK_UNLOCK(lwiphy);
6600 struct lkpi_wiphy *lwiphy; local
6602 lwiphy = WIPHY_TO_LWIPHY(wiphy);
[all …]