Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.c191 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()
H A Dif_iwmreg.h2854 #define IWM_TE_V2_NOTIF_HOST_EVENT_START (1 << 0) macro