Home
last modified time | relevance | path

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

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