| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | notif-wait.c | 15 spin_lock_init(¬if_wait->notif_wait_lock); in iwl_notification_wait_init() 16 INIT_LIST_HEAD(¬if_wait->notif_waits); in iwl_notification_wait_init() 17 init_waitqueue_head(¬if_wait->notif_waitq); in iwl_notification_wait_init() 26 if (!list_empty(¬if_wait->notif_waits)) { in iwl_notification_wait() 29 spin_lock_bh(¬if_wait->notif_wait_lock); in iwl_notification_wait() 62 spin_unlock_bh(¬if_wait->notif_wait_lock); in iwl_notification_wait() 73 spin_lock_bh(¬if_wait->notif_wait_lock); in iwl_abort_notification_waits() 76 spin_unlock_bh(¬if_wait->notif_wait_lock); in iwl_abort_notification_waits() 78 wake_up_all(¬if_wait->notif_waitq); in iwl_abort_notification_waits() 100 spin_lock_bh(¬if_wait->notif_wait_lock); in iwl_init_notification_wait() [all …]
|
| H A D | pnvm.c | 22 static bool iwl_pnvm_complete_fn(struct iwl_notif_wait_data *notif_wait, in iwl_pnvm_complete_fn() argument 388 struct iwl_notif_wait_data *notif_wait, in iwl_pnvm_load() argument 402 iwl_init_notification_wait(notif_wait, &pnvm_wait, in iwl_pnvm_load() 410 return iwl_wait_notification(notif_wait, &pnvm_wait, in iwl_pnvm_load()
|
| H A D | pnvm.h | 16 struct iwl_notif_wait_data *notif_wait,
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | ucode.c | 262 static bool iwl_alive_fn(struct iwl_notif_wait_data *notif_wait, in iwl_alive_fn() argument 266 container_of(notif_wait, struct iwl_priv, notif_wait); in iwl_alive_fn() 309 iwl_init_notification_wait(&priv->notif_wait, &alive_wait, in iwl_load_ucode_wait_alive() 316 iwl_remove_notification(&priv->notif_wait, &alive_wait); in iwl_load_ucode_wait_alive() 324 ret = iwl_wait_notification(&priv->notif_wait, &alive_wait, in iwl_load_ucode_wait_alive() 355 static bool iwlagn_wait_calib(struct iwl_notif_wait_data *notif_wait, in iwlagn_wait_calib() argument 390 iwl_init_notification_wait(&priv->notif_wait, &calib_wait, in iwl_run_init_ucode() 407 ret = iwl_wait_notification(&priv->notif_wait, &calib_wait, in iwl_run_init_ucode() 413 iwl_remove_notification(&priv->notif_wait, &calib_wait); in iwl_run_init_ucode()
|
| H A D | mac80211.c | 402 static bool iwl_resume_status_fn(struct iwl_notif_wait_data *notif_wait, in iwl_resume_status_fn() argument 508 iwl_init_notification_wait(&priv->notif_wait, &status_wait, status_cmd, in iwlagn_mac_resume() 516 ret = iwl_wait_notification(&priv->notif_wait, &status_wait, HZ/5); in iwlagn_mac_resume()
|
| H A D | rxon.c | 111 iwl_init_notification_wait(&priv->notif_wait, &disable_wait, in iwlagn_disable_pan() 125 iwl_remove_notification(&priv->notif_wait, &disable_wait); in iwlagn_disable_pan() 127 ret = iwl_wait_notification(&priv->notif_wait, in iwlagn_disable_pan()
|
| H A D | rx.c | 988 iwl_notification_wait_init(&priv->notif_wait); in iwl_setup_rx_handlers() 1006 iwl_notification_wait_notify(&priv->notif_wait, pkt); in iwl_rx_dispatch()
|
| H A D | dev.h | 663 struct iwl_notif_wait_data notif_wait; member
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | fw.c | 102 static bool iwl_alive_fn(struct iwl_notif_wait_data *notif_wait, in iwl_alive_fn() argument 107 container_of(notif_wait, struct iwl_mld, notif_wait); in iwl_alive_fn() 222 iwl_init_notification_wait(&mld->notif_wait, &alive_wait, in iwl_mld_load_fw_wait_alive() 230 iwl_remove_notification(&mld->notif_wait, &alive_wait); in iwl_mld_load_fw_wait_alive() 234 ret = iwl_wait_notification(&mld->notif_wait, &alive_wait, in iwl_mld_load_fw_wait_alive() 279 ret = iwl_pnvm_load(mld->trans, &mld->notif_wait, in iwl_mld_run_fw_init_sequence() 289 iwl_init_notification_wait(&mld->notif_wait, in iwl_mld_run_fw_init_sequence() 300 iwl_remove_notification(&mld->notif_wait, &init_wait); in iwl_mld_run_fw_init_sequence() 304 ret = iwl_wait_notification(&mld->notif_wait, &init_wait, in iwl_mld_run_fw_init_sequence() 358 iwl_abort_notification_waits(&mld->notif_wait); in iwl_mld_stop_fw()
|
| H A D | session-protect.c | 114 static bool iwl_mld_session_start_fn(struct iwl_notif_wait_data *notif_wait, in iwl_mld_session_start_fn() argument 163 iwl_init_notification_wait(&mld->notif_wait, &start_wait, in iwl_mld_start_session_protection() 171 iwl_remove_notification(&mld->notif_wait, &start_wait); in iwl_mld_start_session_protection() 175 ret = iwl_wait_notification(&mld->notif_wait, &start_wait, timeout); in iwl_mld_start_session_protection()
|
| H A D | stats.c | 123 iwl_init_notification_wait(&mld->notif_wait, &stats_wait, in iwl_mld_fw_stats_to_mac80211() 130 iwl_remove_notification(&mld->notif_wait, &stats_wait); in iwl_mld_fw_stats_to_mac80211() 138 ret = iwl_wait_notification(&mld->notif_wait, &stats_wait, HZ / 2); in iwl_mld_fw_stats_to_mac80211()
|
| H A D | d3.c | 1192 static bool iwl_mld_handle_d3_notif(struct iwl_notif_wait_data *notif_wait, in iwl_mld_handle_d3_notif() argument 1197 container_of(notif_wait, struct iwl_mld, notif_wait); in iwl_mld_handle_d3_notif() 1280 iwl_init_notification_wait(&mld->notif_wait, &wait_d3_notif, in iwl_mld_wait_d3_notif() 1286 iwl_init_notification_wait(&mld->notif_wait, &wait_d3_notif, in iwl_mld_wait_d3_notif() 1300 iwl_remove_notification(&mld->notif_wait, &wait_d3_notif); in iwl_mld_wait_d3_notif() 1304 ret = iwl_wait_notification(&mld->notif_wait, &wait_d3_notif, in iwl_mld_wait_d3_notif()
|
| H A D | mld.h | 223 struct iwl_notif_wait_data notif_wait; member
|
| H A D | debugfs.c | 168 iwl_init_notification_wait(&mld->notif_wait, &wait, in iwl_dbgfs_he_sniffer_params_write() 178 iwl_remove_notification(&mld->notif_wait, &wait); in iwl_dbgfs_he_sniffer_params_write()
|
| H A D | scan.c | 1582 iwl_init_notification_wait(&mld->notif_wait, &wait_scan_done, in iwl_mld_scan_stop_wait() 1600 return iwl_wait_notification(&mld->notif_wait, &wait_scan_done, HZ); in iwl_mld_scan_stop_wait() 1603 iwl_remove_notification(&mld->notif_wait, &wait_scan_done); in iwl_mld_scan_stop_wait()
|
| H A D | mld.c | 74 iwl_notification_wait_init(&mld->notif_wait); in iwl_construct_mld()
|
| H A D | notif.c | 617 iwl_notification_wait_notify(&mld->notif_wait, pkt); in iwl_mld_rx_notif()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-event.c | 531 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_te_notif() 563 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_time_event_response() 622 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_time_event_send_add() 631 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_time_event_send_add() 710 iwl_init_notification_wait(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session() 718 iwl_remove_notification(&mvm->notif_wait, &wait_te_notif); in iwl_mvm_protect_session() 719 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session() 1421 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_session_prot_notif() 1500 iwl_init_notification_wait(&mvm->notif_wait, &wait_notif, in iwl_mvm_schedule_session_protection() 1507 iwl_remove_notification(&mvm->notif_wait, &wait_notif); in iwl_mvm_schedule_session_protection() [all …]
|
| H A D | fw.c | 105 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_alive_fn() 328 iwl_init_notification_wait(&mvm->notif_wait, &alive_wait, in iwl_mvm_load_ucode_wait_alive() 340 iwl_remove_notification(&mvm->notif_wait, &alive_wait); in iwl_mvm_load_ucode_wait_alive() 348 ret = iwl_wait_notification(&mvm->notif_wait, &alive_wait, in iwl_mvm_load_ucode_wait_alive() 427 ret = iwl_pnvm_load(mvm->trans, &mvm->notif_wait, in iwl_mvm_load_ucode_wait_alive() 628 iwl_init_notification_wait(&mvm->notif_wait, in iwl_run_unified_mvm_ucode() 701 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_unified_mvm_ucode() 723 iwl_remove_notification(&mvm->notif_wait, &init_wait); in iwl_run_unified_mvm_ucode() 743 iwl_init_notification_wait(&mvm->notif_wait, in iwl_run_init_mvm_ucode() 813 ret = iwl_wait_notification(&mvm->notif_wait, &calib_wait, in iwl_run_init_mvm_ucode() [all …]
|
| H A D | tt.c | 88 static bool iwl_mvm_temp_notif_wait(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_temp_notif_wait() argument 92 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_temp_notif_wait() 256 iwl_init_notification_wait(&mvm->notif_wait, &wait_temp_notif, in iwl_mvm_get_temp() 262 iwl_remove_notification(&mvm->notif_wait, &wait_temp_notif); in iwl_mvm_get_temp() 266 ret = iwl_wait_notification(&mvm->notif_wait, &wait_temp_notif, in iwl_mvm_get_temp()
|
| H A D | utils.c | 343 static bool iwl_wait_stats_complete(struct iwl_notif_wait_data *notif_wait, in iwl_wait_stats_complete() argument 400 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_system_statistics() 407 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_system_statistics() 415 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 2); in iwl_mvm_request_system_statistics() 472 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_statistics() 478 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_statistics() 485 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_request_statistics()
|
| H A D | d3.c | 3279 static bool iwl_mvm_wait_d3_notif(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_wait_d3_notif() argument 3283 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_wait_d3_notif() 3459 iwl_init_notification_wait(&mvm->notif_wait, &wait_d3_notif, in iwl_mvm_d3_notif_wait() 3464 iwl_init_notification_wait(&mvm->notif_wait, &wait_d3_notif, in iwl_mvm_d3_notif_wait() 3471 iwl_remove_notification(&mvm->notif_wait, &wait_d3_notif); in iwl_mvm_d3_notif_wait() 3475 return iwl_wait_notification(&mvm->notif_wait, &wait_d3_notif, in iwl_mvm_d3_notif_wait() 3835 iwl_abort_notification_waits(&mvm->notif_wait); in iwl_mvm_d3_test_release()
|
| H A D | ops.c | 1488 iwl_notification_wait_init(&mvm->notif_wait); in iwl_op_mode_mvm_start() 1783 iwl_notification_wait_notify(&mvm->notif_wait, pkt); in iwl_mvm_rx_common() 1983 iwl_abort_notification_waits(&mvm->notif_wait); in iwl_mvm_set_hw_rfkill_state() 2014 iwl_abort_notification_waits(&mvm->notif_wait); in iwl_mvm_nic_error()
|
| H A D | scan.c | 3376 iwl_init_notification_wait(&mvm->notif_wait, &wait_scan_done, in iwl_mvm_scan_stop_wait() 3390 iwl_remove_notification(&mvm->notif_wait, &wait_scan_done); in iwl_mvm_scan_stop_wait() 3394 iwl_remove_notification(&mvm->notif_wait, &wait_scan_done); in iwl_mvm_scan_stop_wait() 3398 return iwl_wait_notification(&mvm->notif_wait, &wait_scan_done, in iwl_mvm_scan_stop_wait()
|
| H A D | mac80211.c | 4644 static bool iwl_mvm_rx_aux_roc(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_rx_aux_roc() argument 4648 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_rx_aux_roc() 4746 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_send_aux_roc_cmd() 4756 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_send_aux_roc_cmd() 4761 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_send_aux_roc_cmd()
|