Lines Matching refs:cpu_to_le32

121 			cpu_to_le32(vif->bss_conf.cqm_rssi_hyst);  in iwl_mvm_beacon_filter_set_cqm_params()
124 cpu_to_le32(-vif->bss_conf.cqm_rssi_thold); in iwl_mvm_beacon_filter_set_cqm_params()
126 cmd->ba_enable_beacon_abort = cpu_to_le32(mvmvif->bf_data.ba_enabled); in iwl_mvm_beacon_filter_set_cqm_params()
232 cpu_to_le32(IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
234 cpu_to_le32(IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
237 cpu_to_le32(IWL_MVM_UAPSD_RX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
239 cpu_to_le32(IWL_MVM_UAPSD_TX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd()
339 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_power_build_cmd()
389 cpu_to_le32(IWL_MVM_DEFAULT_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
391 cpu_to_le32(IWL_MVM_DEFAULT_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
394 cpu_to_le32(IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
396 cpu_to_le32(IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd()
416 cpu_to_le32(mvmvif->dbgfs_pm.rx_data_timeout); in iwl_mvm_power_build_cmd()
419 cpu_to_le32(mvmvif->dbgfs_pm.tx_data_timeout); in iwl_mvm_power_build_cmd()
773 cmd->bf_energy_delta = cpu_to_le32(dbgfs_bf->bf_energy_delta); in iwl_mvm_beacon_filter_debugfs_parameters()
776 cpu_to_le32(dbgfs_bf->bf_roaming_energy_delta); in iwl_mvm_beacon_filter_debugfs_parameters()
778 cmd->bf_roaming_state = cpu_to_le32(dbgfs_bf->bf_roaming_state); in iwl_mvm_beacon_filter_debugfs_parameters()
781 cpu_to_le32(dbgfs_bf->bf_temp_threshold); in iwl_mvm_beacon_filter_debugfs_parameters()
784 cpu_to_le32(dbgfs_bf->bf_temp_fast_filter); in iwl_mvm_beacon_filter_debugfs_parameters()
787 cpu_to_le32(dbgfs_bf->bf_temp_slow_filter); in iwl_mvm_beacon_filter_debugfs_parameters()
789 cmd->bf_debug_flag = cpu_to_le32(dbgfs_bf->bf_debug_flag); in iwl_mvm_beacon_filter_debugfs_parameters()
791 cmd->bf_escape_timer = cpu_to_le32(dbgfs_bf->bf_escape_timer); in iwl_mvm_beacon_filter_debugfs_parameters()
793 cmd->ba_escape_timer = cpu_to_le32(dbgfs_bf->ba_escape_timer); in iwl_mvm_beacon_filter_debugfs_parameters()
796 cpu_to_le32(dbgfs_bf->ba_enable_beacon_abort); in iwl_mvm_beacon_filter_debugfs_parameters()
831 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mvm_enable_beacon_filter()
844 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mvm_update_beacon_abort()
851 cmd.ba_escape_timer = cpu_to_le32(IWL_BA_ESCAPE_TIMER_D3); in iwl_mvm_update_beacon_abort()
1027 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mvm_update_d0i3_power_mode()