Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/iwm/
HDif_iwm_time_event.c165 sc->sc_time_event_uid = 0; in iwm_te_clear_data()
245 if (le32toh(resp->unique_id) != sc->sc_time_event_uid) in iwm_te_notif()
250 sc->sc_time_event_uid); in iwm_te_notif()
283 sc->sc_time_event_uid = le32toh(resp->unique_id); in iwm_time_event_response()
285 "TIME_EVENT_CMD response - UID = 0x%x\n", sc->sc_time_event_uid); in iwm_time_event_response()
415 time_cmd.id = htole32(sc->sc_time_event_uid); in iwm_stop_session_protection()
HDif_iwmvar.h553 uint32_t sc_time_event_uid; member