Home
last modified time | relevance | path

Searched refs:sc_time_event_uid (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.c165 sc->sc_time_event_uid = 0; in iwm_te_clear_data()
247 if (le32toh(resp->unique_id) != sc->sc_time_event_uid) in iwm_te_notif()
252 sc->sc_time_event_uid); in iwm_te_notif()
285 sc->sc_time_event_uid = le32toh(resp->unique_id); in iwm_time_event_response()
287 "TIME_EVENT_CMD response - UID = 0x%x\n", sc->sc_time_event_uid); in iwm_time_event_response()
417 time_cmd.id = htole32(sc->sc_time_event_uid); in iwm_stop_session_protection()
H A Dif_iwmvar.h554 uint32_t sc_time_event_uid;
553 uint32_t sc_time_event_uid; global() member
/freebsd/sys/dev/iwx/
H A Dif_iwxvar.h783 uint32_t sc_time_event_uid; member
H A Dif_iwx.c9199 if (sc->sc_time_event_uid != le32toh(notif->unique_id))