Searched refs:wait_time_event (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_time_event.c299 struct iwm_notification_wait wait_time_event; local
316 iwm_init_notification_wait(sc->sc_notif_wait, &wait_time_event,
327 iwm_remove_notification(sc->sc_notif_wait, &wait_time_event);
333 ret = iwm_wait_notification(sc->sc_notif_wait, &wait_time_event, 1);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c523 struct iwl_notification_wait wait_time_event; local
551 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event,
560 iwl_remove_notification(&mvm->notif_wait, &wait_time_event);
565 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1);
H A Dmac80211.c4426 struct iwl_notification_wait wait_time_event; local
4509 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event,
4519 iwl_remove_notification(&mvm->notif_wait, &wait_time_event);
4524 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1);

Completed in 270 milliseconds