Home
last modified time | relevance | path

Searched refs:TE_V2_NOTIF_HOST_EVENT_START (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c221 TE_V2_NOTIF_HOST_EVENT_START; in iwl_mvm_te_handle_notif()
247 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
291 TE_V2_NOTIF_HOST_EVENT_START) ? "start" : "end"); in iwl_mvm_aux_roc_te_handle_notif()
309 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_aux_roc_te_handle_notif()
524 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | in iwl_mvm_protect_session()
662 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | in iwl_mvm_start_p2p_roc()
727 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | in iwl_mvm_schedule_csa_period()
Dfw-api.h689 TE_V2_NOTIF_HOST_EVENT_START = BIT(0), enumerator