Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c335 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) in iwl_mvm_te_handle_notif()
384 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
486 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_aux_roc_te_handle_notif()
697 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | in iwl_mvm_protect_session()
1234 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | in iwl_mvm_start_p2p_roc()
1407 time_cmd.policy = cpu_to_le16(TE_V2_NOTIF_HOST_EVENT_START | in iwl_mvm_schedule_csa_period()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtime-event.h168 TE_V2_NOTIF_HOST_EVENT_START = BIT(0), enumerator