Searched refs:wait_scan_done (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_scan.c | 890 struct iwm_notification_wait wait_scan_done; in iwm_scan_stop_wait() local 895 iwm_init_notification_wait(sc->sc_notif_wait, &wait_scan_done, in iwm_scan_stop_wait() 908 iwm_remove_notification(sc->sc_notif_wait, &wait_scan_done); in iwm_scan_stop_wait() 913 ret = iwm_wait_notification(sc->sc_notif_wait, &wait_scan_done, hz); in iwm_scan_stop_wait()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | scan.c | 1594 struct iwl_notification_wait wait_scan_done; in iwl_mld_scan_stop_wait() local 1599 iwl_init_notification_wait(&mld->notif_wait, &wait_scan_done, in iwl_mld_scan_stop_wait() 1617 return iwl_wait_notification(&mld->notif_wait, &wait_scan_done, HZ); in iwl_mld_scan_stop_wait() 1620 iwl_remove_notification(&mld->notif_wait, &wait_scan_done); in iwl_mld_scan_stop_wait()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | scan.c | 3352 struct iwl_notification_wait wait_scan_done; in iwl_mvm_scan_stop_wait() local 3360 iwl_init_notification_wait(&mvm->notif_wait, &wait_scan_done, in iwl_mvm_scan_stop_wait() 3374 iwl_remove_notification(&mvm->notif_wait, &wait_scan_done); in iwl_mvm_scan_stop_wait() 3378 iwl_remove_notification(&mvm->notif_wait, &wait_scan_done); in iwl_mvm_scan_stop_wait() 3382 return iwl_wait_notification(&mvm->notif_wait, &wait_scan_done, in iwl_mvm_scan_stop_wait()
|