Lines Matching refs:le32toh
184 le32toh(notif->unique_id), in iwm_te_handle_notif()
185 le32toh(notif->action)); in iwm_te_handle_notif()
187 if (!le32toh(notif->status)) { in iwm_te_handle_notif()
200 if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_END) { in iwm_te_handle_notif()
206 } else if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_START) { in iwm_te_handle_notif()
224 le32toh(notif->unique_id), in iwm_rx_time_event_notif()
225 le32toh(notif->action)); in iwm_rx_time_event_notif()
247 if (le32toh(resp->unique_id) != sc->sc_time_event_uid) in iwm_te_notif()
278 if (le32toh(resp->id) != IWM_TE_BSS_STA_AGGRESSIVE_ASSOC) { in iwm_time_event_response()
281 le32toh(resp->id)); in iwm_time_event_response()
285 sc->sc_time_event_uid = le32toh(resp->unique_id); in iwm_time_event_response()
303 "Add new TE, duration %d TU\n", le32toh(te_cmd->duration)); in iwm_time_event_send_add()
305 sc->sc_time_event_duration = le32toh(te_cmd->duration); in iwm_time_event_send_add()
423 "%s: Removing TE 0x%x\n", __func__, le32toh(time_cmd.id)); in iwm_stop_session_protection()