Searched refs:IWM_TE_V2_NOTIF_HOST_EVENT_START (Results 1 – 2 of 2) sorted by relevance
191 if (notif->action & htole32(IWM_TE_V2_NOTIF_HOST_EVENT_START)) in iwm_te_handle_notif()206 } else if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_START) { in iwm_te_handle_notif()371 = htole16(IWM_TE_V2_NOTIF_HOST_EVENT_START | in iwm_protect_session()
2838 * @IWM_TE_V2_NOTIF_HOST_EVENT_START: request/receive notification on event start2854 #define IWM_TE_V2_NOTIF_HOST_EVENT_START (1 << 0) macro