Lines Matching refs:cpu_to_le32
105 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw()
107 .station_flags_msk = cpu_to_le32(STA_FLG_FAT_EN_MSK | in iwl_mvm_sta_send_to_fw()
115 add_sta_cmd.tfd_queue_msk = cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()
121 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_160MHZ); in iwl_mvm_sta_send_to_fw()
124 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_80MHZ); in iwl_mvm_sta_send_to_fw()
127 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_40MHZ); in iwl_mvm_sta_send_to_fw()
132 cpu_to_le32(STA_FLG_FAT_EN_20MHZ); in iwl_mvm_sta_send_to_fw()
138 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
141 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2); in iwl_mvm_sta_send_to_fw()
144 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3); in iwl_mvm_sta_send_to_fw()
155 add_sta_cmd.station_flags &= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK); in iwl_mvm_sta_send_to_fw()
156 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
159 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_RTS_MIMO_PROT); in iwl_mvm_sta_send_to_fw()
168 cpu_to_le32(STA_FLG_MAX_AGG_SIZE_MSK | in iwl_mvm_sta_send_to_fw()
184 cpu_to_le32(agg_size << STA_FLG_MAX_AGG_SIZE_SHIFT); in iwl_mvm_sta_send_to_fw()
186 cpu_to_le32(mpdu_dens << STA_FLG_AGG_MPDU_DENS_SHIFT); in iwl_mvm_sta_send_to_fw()
357 cmd.mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color); in iwl_mvm_drain_sta()
360 cmd.station_flags = drain ? cpu_to_le32(STA_FLG_DRAIN_FLOW) : 0; in iwl_mvm_drain_sta()
361 cmd.station_flags_msk = cpu_to_le32(STA_FLG_DRAIN_FLOW); in iwl_mvm_drain_sta()
621 cmd.mac_id_n_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mac_id, in iwl_mvm_add_int_sta_common()
624 cmd.tfd_queue_msk = cpu_to_le32(sta->tfd_queue_msk); in iwl_mvm_add_int_sta_common()
812 cmd.mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color); in iwl_mvm_sta_rx_agg()
875 cmd.mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color); in iwl_mvm_sta_tx_agg()
879 cmd.tfd_queue_msk = cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_tx_agg()
1324 igtk_cmd.key_id = cpu_to_le32(keyconf->keyidx); in iwl_mvm_send_sta_igtk()
1325 igtk_cmd.sta_id = cpu_to_le32(sta_id); in iwl_mvm_send_sta_igtk()
1328 igtk_cmd.ctrl_flags |= cpu_to_le32(STA_KEY_NOT_VALID); in iwl_mvm_send_sta_igtk()
1625 .station_flags_msk = cpu_to_le32(STA_FLG_PS), in iwl_mvm_sta_modify_ps_wake()
1626 .mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color), in iwl_mvm_sta_modify_ps_wake()
1647 .mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color), in iwl_mvm_sta_modify_sleep_tx_count()
1741 .station_flags = disable ? cpu_to_le32(STA_FLG_DISABLE_TX) : 0, in iwl_mvm_sta_modify_disable_tx()
1742 .station_flags_msk = cpu_to_le32(STA_FLG_DISABLE_TX), in iwl_mvm_sta_modify_disable_tx()
1743 .mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color), in iwl_mvm_sta_modify_disable_tx()