Searched refs:wiphy_work (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/compat/linuxkpi/common/include/net/ |
| HD | cfg80211.h | 1206 struct wiphy_work; 1207 typedef void (*wiphy_work_fn)(struct wiphy *, struct wiphy_work *); 1208 struct wiphy_work { struct 1213 struct wiphy_work work; argument 1336 void linuxkpi_wiphy_work_queue(struct wiphy *, struct wiphy_work *); 1337 void linuxkpi_wiphy_work_cancel(struct wiphy *, struct wiphy_work *); 1338 void linuxkpi_wiphy_work_flush(struct wiphy *, struct wiphy_work *); 2235 wiphy_work_init(struct wiphy_work *wwk, wiphy_work_fn fn) in wiphy_work_init() 2242 wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_queue() 2248 wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk) in wiphy_work_cancel() [all …]
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/ |
| HD | ops.c | 752 struct wiphy_work *work); 1217 struct wiphy_work *wk) in iwl_mvm_trig_link_selection() 1673 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk()
|
| HD | mvm.h | 591 struct wiphy_work unblock_esr_tpt_wk; 1010 struct wiphy_work async_handlers_wiphy_wk; 1012 struct wiphy_work trig_link_selection_wk;
|
| HD | mac80211.c | 1698 struct wiphy_work *wk) in iwl_mvm_prevent_esr_done_wk() 1710 static void iwl_mvm_mlo_int_scan_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_mlo_int_scan_wk() 1721 static void iwl_mvm_unblock_esr_tpt(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_unblock_esr_tpt()
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_80211.c | 7044 struct wiphy_work *wk; 7052 wk = list_first_entry_or_null(&lwiphy->wwk_list, struct wiphy_work, entry); 7073 linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk) 7094 linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk) 7108 linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk) 7111 struct wiphy_work *wk; 7123 wk = list_first_entry(&lwiphy->wwk_list, struct wiphy_work,
|