Lines Matching refs:cpu_to_le32
301 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) in iwl_mvm_te_handle_notif()
597 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_protect_session()
599 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_protect_session()
600 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC); in iwl_mvm_protect_session()
603 cpu_to_le32(iwl_read_prph(mvm->trans, DEVICE_SYSTEM_TIME_REG)); in iwl_mvm_protect_session()
606 time_cmd.max_delay = cpu_to_le32(max_delay); in iwl_mvm_protect_session()
608 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_protect_session()
609 time_cmd.duration = cpu_to_le32(duration); in iwl_mvm_protect_session()
691 aux_cmd.event_unique_id = cpu_to_le32(uid); in iwl_mvm_remove_aux_roc_te()
692 aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); in iwl_mvm_remove_aux_roc_te()
694 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_remove_aux_roc_te()
721 time_cmd.id = cpu_to_le32(uid); in iwl_mvm_remove_time_event()
722 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); in iwl_mvm_remove_time_event()
724 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_remove_time_event()
762 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_start_p2p_roc()
764 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_start_p2p_roc()
768 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_NORMAL); in iwl_mvm_start_p2p_roc()
771 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_MGMT_TX); in iwl_mvm_start_p2p_roc()
778 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_start_p2p_roc()
779 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_start_p2p_roc()
788 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); in iwl_mvm_start_p2p_roc()
789 time_cmd.duration = cpu_to_le32(MSEC_TO_TU(duration)); in iwl_mvm_start_p2p_roc()
867 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_schedule_csa_period()
869 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_schedule_csa_period()
870 time_cmd.id = cpu_to_le32(TE_CHANNEL_SWITCH_PERIOD); in iwl_mvm_schedule_csa_period()
871 time_cmd.apply_time = cpu_to_le32(apply_time); in iwl_mvm_schedule_csa_period()
873 time_cmd.duration = cpu_to_le32(duration); in iwl_mvm_schedule_csa_period()
875 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_schedule_csa_period()