Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcommands.h217 * @TIME_EVENT_NOTIFICATION: &struct iwl_time_event_notif
219 TIME_EVENT_NOTIFICATION = 0x2a, enumerator
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c536 if (WARN_ON(pkt->hdr.cmd != TIME_EVENT_NOTIFICATION)) in iwl_mvm_te_notif()
540 IWL_ERR(mvm, "Invalid TIME_EVENT_NOTIFICATION response\n"); in iwl_mvm_te_notif()
550 IWL_DEBUG_TE(mvm, "TIME_EVENT_NOTIFICATION response - UID = 0x%x\n", in iwl_mvm_te_notif()
554 "TIME_EVENT_NOTIFICATION received but not executed\n"); in iwl_mvm_te_notif()
656 const u16 te_notif_response[] = { TIME_EVENT_NOTIFICATION }; in iwl_mvm_protect_session()
707 * Create notification_wait for the TIME_EVENT_NOTIFICATION to use in iwl_mvm_protect_session()
1421 "TIME_EVENT_NOTIFICATION received but not executed\n"); in iwl_mvm_session_prot_notif()
H A Dops.c373 RX_HANDLER(TIME_EVENT_NOTIFICATION, iwl_mvm_rx_time_event_notif,
528 HCMD_NAME(TIME_EVENT_NOTIFICATION),