Lines Matching refs:cpu_to_le16

817 		cmd.add_immediate_ba_ssn = cpu_to_le16(ssn);  in iwl_mvm_sta_rx_agg()
880 cmd.tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg); in iwl_mvm_sta_tx_agg()
1257 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()
1258 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()
1262 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()
1265 cmd.tkip_rx_ttak[i] = cpu_to_le16(tkip_p1k[i]); in iwl_mvm_send_sta_key()
1269 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()
1273 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()
1276 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()
1280 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()
1285 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()
1419 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
1421 key_flags |= cpu_to_le16(STA_KEY_FLG_NO_ENC | STA_KEY_FLG_WEP_KEY_MAP); in __iwl_mvm_remove_sta_key()
1422 key_flags |= cpu_to_le16(STA_KEY_NOT_VALID); in __iwl_mvm_remove_sta_key()
1425 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in __iwl_mvm_remove_sta_key()
1646 .sleep_tx_count = cpu_to_le16(cnt), in iwl_mvm_sta_modify_sleep_tx_count()
1694 cmd.sleep_tx_count = cpu_to_le16(cnt - remaining); in iwl_mvm_sta_modify_sleep_tx_count()
1703 cmd.sleep_state_flags |= cpu_to_le16(STA_SLEEP_STATE_MOREDATA); in iwl_mvm_sta_modify_sleep_tx_count()
1707 cmd.sleep_state_flags |= cpu_to_le16(STA_SLEEP_STATE_PS_POLL); in iwl_mvm_sta_modify_sleep_tx_count()
1709 cmd.sleep_state_flags |= cpu_to_le16(STA_SLEEP_STATE_UAPSD); in iwl_mvm_sta_modify_sleep_tx_count()