Lines Matching refs:cpu_to_le16

809 		cmd.add_immediate_ba_ssn = cpu_to_le16(ssn);  in iwl_mvm_sta_rx_agg()
872 cmd.tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg); in iwl_mvm_sta_tx_agg()
1203 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()
1204 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()
1208 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()
1211 cmd.tkip_rx_ttak[i] = cpu_to_le16(tkip_p1k[i]); in iwl_mvm_send_sta_key()
1215 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()
1219 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()
1222 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()
1226 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()
1231 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()
1366 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
1368 key_flags |= cpu_to_le16(STA_KEY_FLG_NO_ENC | STA_KEY_FLG_WEP_KEY_MAP); in __iwl_mvm_remove_sta_key()
1369 key_flags |= cpu_to_le16(STA_KEY_NOT_VALID); in __iwl_mvm_remove_sta_key()
1372 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in __iwl_mvm_remove_sta_key()
1592 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
1640 cmd.sleep_tx_count = cpu_to_le16(cnt - remaining); in iwl_mvm_sta_modify_sleep_tx_count()
1649 cmd.sleep_state_flags |= cpu_to_le16(STA_SLEEP_STATE_MOREDATA); in iwl_mvm_sta_modify_sleep_tx_count()
1653 cmd.sleep_state_flags |= cpu_to_le16(STA_SLEEP_STATE_PS_POLL); in iwl_mvm_sta_modify_sleep_tx_count()
1655 cmd.sleep_state_flags |= cpu_to_le16(STA_SLEEP_STATE_UAPSD); in iwl_mvm_sta_modify_sleep_tx_count()