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()
594 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_protect_session()
596 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_protect_session()
597 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC); in iwl_mvm_protect_session()
599 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_protect_session()
602 time_cmd.max_delay = cpu_to_le32(max_delay); in iwl_mvm_protect_session()
604 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_protect_session()
605 time_cmd.duration = cpu_to_le32(duration); in iwl_mvm_protect_session()
687 aux_cmd.event_unique_id = cpu_to_le32(uid); in iwl_mvm_remove_aux_roc_te()
688 aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); in iwl_mvm_remove_aux_roc_te()
690 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_remove_aux_roc_te()
717 time_cmd.id = cpu_to_le32(uid); in iwl_mvm_remove_time_event()
718 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE); in iwl_mvm_remove_time_event()
720 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_remove_time_event()
758 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_start_p2p_roc()
760 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_start_p2p_roc()
764 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_NORMAL); in iwl_mvm_start_p2p_roc()
767 time_cmd.id = cpu_to_le32(IWL_MVM_ROC_TE_TYPE_MGMT_TX); in iwl_mvm_start_p2p_roc()
774 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_start_p2p_roc()
775 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_start_p2p_roc()
784 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); in iwl_mvm_start_p2p_roc()
785 time_cmd.duration = cpu_to_le32(MSEC_TO_TU(duration)); in iwl_mvm_start_p2p_roc()
859 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_schedule_csa_period()
861 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_schedule_csa_period()
862 time_cmd.id = cpu_to_le32(TE_CHANNEL_SWITCH_PERIOD); in iwl_mvm_schedule_csa_period()
863 time_cmd.apply_time = cpu_to_le32(apply_time); in iwl_mvm_schedule_csa_period()
865 time_cmd.duration = cpu_to_le32(duration); in iwl_mvm_schedule_csa_period()
867 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_schedule_csa_period()