| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sf.c | 48 cpu_to_le32(SF_SINGLE_UNICAST_AGING_TIMER_DEF), 49 cpu_to_le32(SF_SINGLE_UNICAST_IDLE_TIMER_DEF) 52 cpu_to_le32(SF_AGG_UNICAST_AGING_TIMER_DEF), 53 cpu_to_le32(SF_AGG_UNICAST_IDLE_TIMER_DEF) 56 cpu_to_le32(SF_MCAST_AGING_TIMER_DEF), 57 cpu_to_le32(SF_MCAST_IDLE_TIMER_DEF) 60 cpu_to_le32(SF_BA_AGING_TIMER_DEF), 61 cpu_to_le32(SF_BA_IDLE_TIMER_DEF) 64 cpu_to_le32(SF_TX_RE_AGING_TIMER_DEF), 65 cpu_to_le32(SF_TX_RE_IDLE_TIMER_DE [all...] |
| H A D | link.c | 14 cmd->action = cpu_to_le32(action); in iwl_mvm_link_cmd_send() 56 cmd.link_id = cpu_to_le32(link_info->fw_link_id); in iwl_mvm_add_link() 57 cmd.mac_id = cpu_to_le32(mvmvif->id); in iwl_mvm_add_link() 60 cmd.phy_id = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_add_link() 68 cmd.listen_lmac = cpu_to_le32(link_info->listen_lmac); in iwl_mvm_add_link() 118 cmd.link_id = cpu_to_le32(link_info->fw_link_id); in iwl_mvm_link_changed() 125 cmd.phy_id = cpu_to_le32(phyctxt->id); in iwl_mvm_link_changed() 127 cmd.phy_id = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_link_changed() 128 cmd.mac_id = cpu_to_le32(mvmvif->id); in iwl_mvm_link_changed() 132 cmd.active = cpu_to_le32(active); in iwl_mvm_link_changed() [all …]
|
| H A D | mac-ctxt.c | 425 *cck_rates = cpu_to_le32((u32)cck_ack_rates); in iwl_mvm_set_fw_basic_rates() 426 *ofdm_rates = cpu_to_le32((u32)ofdm_ack_rates); in iwl_mvm_set_fw_basic_rates() 442 *protection_flags |= cpu_to_le32(tgg_flag); in iwl_mvm_set_fw_protection_flags() 461 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_set_fw_protection_flags() 466 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_set_fw_protection_flags() 502 *qos_flags |= cpu_to_le32(MAC_QOS_FLG_UPDATE_EDCA); in iwl_mvm_set_fw_qos_params() 505 *qos_flags |= cpu_to_le32(MAC_QOS_FLG_TGN); in iwl_mvm_set_fw_qos_params() 547 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_mac_ctxt_cmd_common() 549 cmd->action = cpu_to_le32(action); in iwl_mvm_mac_ctxt_cmd_common() 550 cmd->mac_type = cpu_to_le32(iwl_mvm_get_mac_type(vif)); in iwl_mvm_mac_ctxt_cmd_common() [all …]
|
| H A D | time-event.c | 331 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) in iwl_mvm_te_handle_notif() 680 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in iwl_mvm_protect_session() 682 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_protect_session() 683 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC); in iwl_mvm_protect_session() 685 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_protect_session() 688 time_cmd.max_delay = cpu_to_le32(max_delay); in iwl_mvm_protect_session() 690 time_cmd.interval = cpu_to_le32(1); in iwl_mvm_protect_session() 691 time_cmd.duration = cpu_to_le32(duration); in iwl_mvm_protect_session() 746 .id_and_color = cpu_to_le32(mac_link_id), in iwl_mvm_cancel_session_protection() 747 .action = cpu_to_le32(FW_CTXT_ACTION_REMOVE), in iwl_mvm_cancel_session_protection() [all …]
|
| H A D | mld-mac.c | 40 cmd->id_and_color = cpu_to_le32(mvmvif->id); in iwl_mvm_mld_mac_ctxt_cmd_common() 41 cmd->action = cpu_to_le32(action); in iwl_mvm_mld_mac_ctxt_cmd_common() 43 cmd->mac_type = cpu_to_le32(iwl_mvm_get_mac_type(vif)); in iwl_mvm_mld_mac_ctxt_cmd_common() 54 cpu_to_le32(!iwl_mvm_is_nic_ack_enabled(mvm, vif)); in iwl_mvm_mld_mac_ctxt_cmd_common() 76 cmd->wifi_gen_v2.eht_support = cpu_to_le32(1); in iwl_mvm_mld_mac_ctxt_cmd_common() 112 cmd.filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_GRP); in iwl_mvm_mld_mac_ctxt_cmd_sta() 135 cmd.filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_BEACON); in iwl_mvm_mld_mac_ctxt_cmd_sta() 141 cmd.filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_PROBE_REQ); in iwl_mvm_mld_mac_ctxt_cmd_sta() 160 cmd.filter_flags = cpu_to_le32(MAC_CFG_FILTER_PROMISC | in iwl_mvm_mld_mac_ctxt_cmd_listener() 179 cmd.filter_flags = cpu_to_le32(MAC_CFG_FILTER_ACCEPT_BEACON | in iwl_mvm_mld_mac_ctxt_cmd_ibss() [all …]
|
| H A D | mld-sta.c | 49 cmd.sta_id = cpu_to_le32((u8)sta->sta_id); in iwl_mvm_mld_add_int_sta_to_fw() 51 cmd.link_id = cpu_to_le32(link_id); in iwl_mvm_mld_add_int_sta_to_fw() 53 cmd.station_type = cpu_to_le32(sta->type); in iwl_mvm_mld_add_int_sta_to_fw() 58 cmd.mfp = cpu_to_le32(1); in iwl_mvm_mld_add_int_sta_to_fw() 76 .sta_id = cpu_to_le32(sta_id), in iwl_mvm_mld_rm_sta_from_fw() 103 .sta_id = cpu_to_le32(sta->sta_id), in iwl_mvm_add_aux_sta_to_fw() 104 .lmac_id = cpu_to_le32(lmac_id), in iwl_mvm_add_aux_sta_to_fw() 301 .operation = cpu_to_le32(IWL_SCD_QUEUE_REMOVE), in iwl_mvm_mld_disable_txq() 302 .u.remove.tid = cpu_to_le32(tid), in iwl_mvm_mld_disable_txq() 303 .u.remove.sta_mask = cpu_to_le32(sta_mask), in iwl_mvm_mld_disable_txq() [all …]
|
| H A D | mld-key.c | 134 .action = cpu_to_le32(FW_CTXT_ACTION_MODIFY), in iwl_mvm_mld_update_sta_key() 135 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mvm_mld_update_sta_key() 136 .u.modify.new_sta_mask = cpu_to_le32(data->new_sta_mask), in iwl_mvm_mld_update_sta_key() 137 .u.modify.key_id = cpu_to_le32(key->keyidx), in iwl_mvm_mld_update_sta_key() 139 cpu_to_le32(iwl_mvm_get_sec_flags(mvm, vif, sta, key)), in iwl_mvm_mld_update_sta_key() 175 .action = cpu_to_le32(FW_CTXT_ACTION_REMOVE), in __iwl_mvm_sec_key_del() 176 .u.remove.sta_mask = cpu_to_le32(sta_mask), in __iwl_mvm_sec_key_del() 177 .u.remove.key_id = cpu_to_le32(keyidx), in __iwl_mvm_sec_key_del() 178 .u.remove.key_flags = cpu_to_le32(key_flags), in __iwl_mvm_sec_key_del() 189 .action = cpu_to_le32(FW_CTXT_ACTION_ADD), in iwl_mvm_mld_send_key() [all …]
|
| H A D | power.c | 77 cpu_to_le32(vif->bss_conf.cqm_rssi_hyst); in iwl_mvm_beacon_filter_set_cqm_params() 80 cpu_to_le32(-vif->bss_conf.cqm_rssi_thold); in iwl_mvm_beacon_filter_set_cqm_params() 82 cmd->ba_enable_beacon_abort = cpu_to_le32(mvmvif->ba_enabled); in iwl_mvm_beacon_filter_set_cqm_params() 133 cpu_to_le32(IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd() 135 cpu_to_le32(IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd() 138 cpu_to_le32(IWL_MVM_UAPSD_RX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd() 140 cpu_to_le32(IWL_MVM_UAPSD_TX_DATA_TIMEOUT); in iwl_mvm_power_configure_uapsd() 354 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_power_build_cmd() 400 cpu_to_le32(IWL_MVM_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd() 402 cpu_to_le32(IWL_MVM_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mvm_power_build_cmd() [all …]
|
| H A D | quota.c | 129 qdata->id_and_color = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_update_quotas() 181 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas() 184 qdata->quota = cpu_to_le32(0); in iwl_mvm_update_quotas() 188 cpu_to_le32(data.dbgfs_min[i] * QUOTA_100 / 100); in iwl_mvm_update_quotas() 198 qdata->quota = cpu_to_le32(QUOTA_LOWLAT_MIN); in iwl_mvm_update_quotas() 201 cpu_to_le32(quota * data.n_interfaces[i]); in iwl_mvm_update_quotas() 207 qdata->max_duration = cpu_to_le32(0); in iwl_mvm_update_quotas() 236 if (qdata->id_and_color == cpu_to_le32(FW_CTXT_INVALID)) in iwl_mvm_update_quotas()
|
| H A D | scan.c | 174 return cpu_to_le32(IWL_RATE_1M_PLCP | RATE_MCS_CCK_MSK_V1 | in iwl_mvm_scan_rate_n_flags() 177 return cpu_to_le32(IWL_RATE_6M_PLCP | tx_ant); in iwl_mvm_scan_rate_n_flags() 654 tx_cmd[0].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL | in iwl_mvm_scan_fill_tx_cmd() 673 tx_cmd[1].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL | in iwl_mvm_scan_fill_tx_cmd() 696 cpu_to_le32(IWL_UNIFIED_SCAN_CHANNEL_PARTIAL | in iwl_mvm_lmac_scan_cfg_channels() 829 cmd->max_out_time = cpu_to_le32(scan_timing[params->type].max_out_time); in iwl_mvm_scan_lmac_dwell() 830 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell() 831 cmd->scan_prio = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6); in iwl_mvm_scan_lmac_dwell() 956 cmd->iter_num = cpu_to_le32(1); in iwl_mvm_scan_lmac() 959 cmd->delay = cpu_to_le32(params->delay); in iwl_mvm_scan_lmac() [all …]
|
| H A D | phy-ctxt.c | 73 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(ctxt->id, in iwl_mvm_phy_ctxt_cmd_hdr() 75 cmd->action = cpu_to_le32(action); in iwl_mvm_phy_ctxt_cmd_hdr() 102 *rxchain_info = cpu_to_le32(iwl_mvm_get_valid_rx_ant(mvm) << in iwl_mvm_phy_ctxt_set_rxchain() 104 *rxchain_info |= cpu_to_le32(idle_cnt << PHY_RX_CHAIN_CNT_POS); in iwl_mvm_phy_ctxt_set_rxchain() 105 *rxchain_info |= cpu_to_le32(active_cnt << in iwl_mvm_phy_ctxt_set_rxchain() 109 *rxchain_info = cpu_to_le32(mvm->dbgfs_rx_phyinfo); in iwl_mvm_phy_ctxt_set_rxchain() 131 tail->txchain_info = cpu_to_le32(iwl_mvm_get_valid_tx_ant(mvm)); in iwl_mvm_phy_ctxt_cmd_data_v1() 143 cmd->lmac_id = cpu_to_le32(iwl_mvm_get_lmac_id(mvm, in iwl_mvm_phy_ctxt_cmd_data() 159 .phy_id = cpu_to_le32(ctxt->id), in iwl_mvm_phy_send_rlc()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | wmi.c | 773 cmd->vdev_id = cpu_to_le32(vdev_id); in ath12k_wmi_mgmt_send() 774 cmd->desc_id = cpu_to_le32(buf_id); in ath12k_wmi_mgmt_send() 775 cmd->chanfreq = cpu_to_le32(ath12k_wmi_mgmt_get_freq(ar, info)); in ath12k_wmi_mgmt_send() 776 cmd->paddr_lo = cpu_to_le32(lower_32_bits(ATH12K_SKB_CB(frame)->paddr)); in ath12k_wmi_mgmt_send() 777 cmd->paddr_hi = cpu_to_le32(upper_32_bits(ATH12K_SKB_CB(frame)->paddr)); in ath12k_wmi_mgmt_send() 778 cmd->frame_len = cpu_to_le32(frame->len); in ath12k_wmi_mgmt_send() 779 cmd->buf_len = cpu_to_le32(buf_len); in ath12k_wmi_mgmt_send() 806 ml_params->hw_link_id = cpu_to_le32(WMI_MGMT_LINK_AGNOSTIC_ID); in ath12k_wmi_mgmt_send() 835 cmd->stats_id = cpu_to_le32(stats_id); in ath12k_wmi_send_stats_request_cmd() 836 cmd->vdev_id = cpu_to_le32(vdev_id); in ath12k_wmi_send_stats_request_cmd() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.c | 45 (*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RADIO_REG); in iwl_read_radio_regs() 46 (*dump_data)->len = cpu_to_le32(RADIO_REG_MAX_READ); in iwl_read_radio_regs() 81 (*dump_data)->type = cpu_to_le32(IWL_FW_ERROR_DUMP_RXF); in iwl_fwrt_dump_rxf() 82 (*dump_data)->len = cpu_to_le32(fifo_len + sizeof(*fifo_hdr)); in iwl_fwrt_dump_rxf() 84 fifo_hdr->fifo_num = cpu_to_le32(fifo_num); in iwl_fwrt_dump_rxf() 86 cpu_to_le32(iwl_trans_read_prph(fwrt->trans, in iwl_fwrt_dump_rxf() 89 cpu_to_le32(iwl_trans_read_prph(fwrt->trans, in iwl_fwrt_dump_rxf() 92 cpu_to_le32(iwl_trans_read_prph(fwrt->trans, in iwl_fwrt_dump_rxf() 95 cpu_to_le32(iwl_trans_read_prph(fwrt->trans, in iwl_fwrt_dump_rxf() 98 cpu_to_le32(iwl_trans_read_prph(fwrt->trans, in iwl_fwrt_dump_rxf() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | regulatory.c | 75 __le32 sk = cpu_to_le32(mld->fwrt.geo_rev == 1 ? 1 : 0); in iwl_mld_geo_sar_init() 77 .v5.ops = cpu_to_le32(IWL_PER_CHAIN_OFFSET_SET_TABLES), in iwl_mld_geo_sar_init() 99 .common.set_mode = cpu_to_le32(IWL_TX_POWER_MODE_SET_CHAINS), in iwl_mld_config_sar_profile() 100 .v10.flags = cpu_to_le32(mld->fwrt.reduced_power_flags), in iwl_mld_config_sar_profile() 170 .v7.ppag_config_info.value = cpu_to_le32(fwrt->ppag_flags), in iwl_mld_ppag_send_cmd() 217 return cpu_to_le32(LARI_CONFIG_CHANGE_ETSI_TO_PASSIVE_MSK); in iwl_mld_get_lari_config_bitmap() 219 return cpu_to_le32(LARI_CONFIG_CHANGE_ETSI_TO_DISABLED_MSK); in iwl_mld_get_lari_config_bitmap() 240 cmd.oem_11ax_allow_bitmap = cpu_to_le32(value); in iwl_mld_configure_lari() 247 cmd.oem_unii4_allow_bitmap = cpu_to_le32(value); in iwl_mld_configure_lari() 254 cmd.chan_state_active_bitmap = cpu_to_le32(value); in iwl_mld_configure_lari() [all …]
|
| H A D | power.c | 64 .bf_enable_beacon_filter = cpu_to_le32(1), in iwl_mld_enable_beacon_filter() 65 .ba_enable_beacon_abort = cpu_to_le32(1), in iwl_mld_enable_beacon_filter() 78 cpu_to_le32(link_conf->cqm_rssi_hyst); in iwl_mld_enable_beacon_filter() 81 cpu_to_le32(-link_conf->cqm_rssi_thold); in iwl_mld_enable_beacon_filter() 85 cmd.ba_escape_timer = cpu_to_le32(IWL_BA_ESCAPE_TIMER_D3); in iwl_mld_enable_beacon_filter() 124 cpu_to_le32(IWL_MLD_UAPSD_RX_DATA_TIMEOUT); in iwl_mld_power_configure_uapsd() 126 cpu_to_le32(IWL_MLD_UAPSD_TX_DATA_TIMEOUT); in iwl_mld_power_configure_uapsd() 216 cmd->id_and_color = cpu_to_le32(mld_vif->fw_id); in iwl_mld_power_build_cmd() 270 cpu_to_le32(IWL_MLD_WOWLAN_PS_RX_DATA_TIMEOUT); in iwl_mld_power_build_cmd() 272 cpu_to_le32(IWL_MLD_WOWLAN_PS_TX_DATA_TIMEOUT); in iwl_mld_power_build_cmd() [all …]
|
| H A D | link.c | 27 cmd->action = cpu_to_le32(action); in iwl_mld_send_link_cmd() 50 cmd.link_id = cpu_to_le32(link->fw_id); in iwl_mld_add_link_to_fw() 51 cmd.mac_id = cpu_to_le32(mld_vif->fw_id); in iwl_mld_add_link_to_fw() 53 cmd.phy_id = cpu_to_le32(FW_CTXT_ID_INVALID); in iwl_mld_add_link_to_fw() 146 *cck_rates = cpu_to_le32((u32)cck); in iwl_mld_fill_rates() 147 *ofdm_rates = cpu_to_le32((u32)ofdm); in iwl_mld_fill_rates() 161 *protection_flags |= cpu_to_le32(LINK_PROT_FLG_TGG_PROTECT); in iwl_mld_fill_protection_flags() 171 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mld_fill_protection_flags() 176 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mld_fill_protection_flags() 215 *qos_flags |= cpu_to_le32(MAC_QOS_FLG_UPDATE_EDCA); in iwl_mld_fill_qos_params() [all …]
|
| H A D | key.c | 123 .action = cpu_to_le32(FW_CTXT_ACTION_ADD), in iwl_mld_add_key_to_fw() 124 .u.add.sta_mask = cpu_to_le32(sta_mask), in iwl_mld_add_key_to_fw() 125 .u.add.key_id = cpu_to_le32(key->keyidx), in iwl_mld_add_key_to_fw() 126 .u.add.key_flags = cpu_to_le32(key_flags), in iwl_mld_add_key_to_fw() 163 .action = cpu_to_le32(FW_CTXT_ACTION_REMOVE), in iwl_mld_remove_key_from_fw() 164 .u.remove.sta_mask = cpu_to_le32(sta_mask), in iwl_mld_remove_key_from_fw() 165 .u.remove.key_id = cpu_to_le32(keyidx), in iwl_mld_remove_key_from_fw() 166 .u.remove.key_flags = cpu_to_le32(key_flags), in iwl_mld_remove_key_from_fw() 335 .action = cpu_to_le32(FW_CTXT_ACTION_MODIFY), in iwl_mld_update_sta_key_iter() 336 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mld_update_sta_key_iter() [all …]
|
| H A D | roc.c | 83 .action = cpu_to_le32(FW_CTXT_ACTION_ADD), in iwl_mld_start_roc() 129 cmd.activity = cpu_to_le32(activity); in iwl_mld_start_roc() 130 cmd.sta_id = cpu_to_le32(aux_sta->sta_id); in iwl_mld_start_roc() 131 cmd.channel_info.channel = cpu_to_le32(channel->hw_value); in iwl_mld_start_roc() 134 cmd.max_delay = cpu_to_le32(AUX_ROC_MAX_DELAY); in iwl_mld_start_roc() 135 cmd.duration = cpu_to_le32(MSEC_TO_TU(duration)); in iwl_mld_start_roc() 188 .action = cpu_to_le32(FW_CTXT_ACTION_REMOVE), in iwl_mld_cancel_roc() 202 cmd.activity = cpu_to_le32(mld_vif->roc_activity); in iwl_mld_cancel_roc()
|
| H A D | session-protect.c | 55 .id_and_color = cpu_to_le32(link->fw_id), in _iwl_mld_schedule_session_protection() 56 .action = cpu_to_le32(FW_CTXT_ACTION_ADD), in _iwl_mld_schedule_session_protection() 57 .conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC), in _iwl_mld_schedule_session_protection() 58 .duration_tu = cpu_to_le32(MSEC_TO_TU(duration)), in _iwl_mld_schedule_session_protection() 191 .action = cpu_to_le32(FW_CTXT_ACTION_REMOVE), in iwl_mld_cancel_session_protection() 192 .conf_id = cpu_to_le32(SESSION_PROTECT_CONF_ASSOC), in iwl_mld_cancel_session_protection() 208 cmd.id_and_color = cpu_to_le32(link->fw_id); in iwl_mld_cancel_session_protection()
|
| H A D | iface.c | 195 cmd->id_and_color = cpu_to_le32(mld_vif->fw_id); in iwl_mld_mac_cmd_fill_common() 196 cmd->action = cpu_to_le32(action); in iwl_mld_mac_cmd_fill_common() 199 cpu_to_le32(iwl_mld_mac80211_iftype_to_fw(vif)); in iwl_mld_mac_cmd_fill_common() 207 cpu_to_le32(!iwl_mld_is_nic_ack_enabled(mld, vif)); in iwl_mld_mac_cmd_fill_common() 227 cmd->filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_GRP); in iwl_mld_fill_mac_cmd_sta() 242 cmd->filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_BEACON); in iwl_mld_fill_mac_cmd_sta() 276 cpu_to_le32(MAC_CFG_FILTER_ACCEPT_PROBE_REQ); in iwl_mld_fill_mac_cmd_sta() 289 cmd->filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_PROBE_REQ); in iwl_mld_fill_mac_cmd_ap() 297 cmd->filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_BEACON); in iwl_mld_fill_mac_cmd_ap() 339 cmd->filter_flags = cpu_to_le32(MAC_CFG_FILTER_ACCEPT_CONTROL_AND_MGMT); in iwl_mld_fill_mac_cmd_p2p_dev() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | coredump.c | 1530 dump_data->len = cpu_to_le32(len); in ath10k_coredump_build() 1532 dump_data->version = cpu_to_le32(ATH10K_FW_CRASH_DUMP_VERSION); in ath10k_coredump_build() 1535 dump_data->chip_id = cpu_to_le32(ar->bus_param.chip_id); in ath10k_coredump_build() 1536 dump_data->bus_type = cpu_to_le32(0); in ath10k_coredump_build() 1537 dump_data->target_version = cpu_to_le32(ar->target_version); in ath10k_coredump_build() 1538 dump_data->fw_version_major = cpu_to_le32(ar->fw_version_major); in ath10k_coredump_build() 1539 dump_data->fw_version_minor = cpu_to_le32(ar->fw_version_minor); in ath10k_coredump_build() 1540 dump_data->fw_version_release = cpu_to_le32(ar->fw_version_release); in ath10k_coredump_build() 1541 dump_data->fw_version_build = cpu_to_le32(ar->fw_version_build); in ath10k_coredump_build() 1542 dump_data->phy_capability = cpu_to_le32(ar->phy_capability); in ath10k_coredump_build() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/tests/ |
| H A D | link.c | 29 .consec_missed_beacons = cpu_to_le32(4), 35 .consec_missed_beacons = cpu_to_le32(20), 41 .consec_missed_beacons = cpu_to_le32(20), 43 cpu_to_le32(10), 85 notif->link_id = cpu_to_le32(mld_vif->deflink.fw_id); in test_missed_beacon()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | cam.c | 959 h2c->m4 = cpu_to_le32(DCTLINFO_V1_W4_SEC_ENT0_KEYID | in rtw89_cam_fill_dctl_sec_cam_info_v1() 975 h2c->m5 = cpu_to_le32(DCTLINFO_V1_W5_SEC_ENT_VALID | in rtw89_cam_fill_dctl_sec_cam_info_v1() 988 h2c->m6 = cpu_to_le32(DCTLINFO_V1_W6_SEC_ENT3 | in rtw89_cam_fill_dctl_sec_cam_info_v1() 996 h2c->m0 = cpu_to_le32(DCTLINFO_V1_W0_AES_IV_L); in rtw89_cam_fill_dctl_sec_cam_info_v1() 1003 h2c->m1 = cpu_to_le32(DCTLINFO_V1_W1_AES_IV_H); in rtw89_cam_fill_dctl_sec_cam_info_v1() 1007 h2c->m4 |= cpu_to_le32(DCTLINFO_V1_W4_SEC_KEY_ID); in rtw89_cam_fill_dctl_sec_cam_info_v1() 1032 h2c->m2 = cpu_to_le32(DCTLINFO_V2_W2_IS_MLD); in rtw89_cam_fill_dctl_sec_cam_info_v2() 1048 h2c->m4 = cpu_to_le32(DCTLINFO_V2_W4_SEC_ENT0_KEYID | in rtw89_cam_fill_dctl_sec_cam_info_v2() 1060 h2c->m5 = cpu_to_le32(DCTLINFO_V2_W5_SEC_ENT_VALID_V1 | in rtw89_cam_fill_dctl_sec_cam_info_v2() 1071 h2c->m6 = cpu_to_le32(DCTLINFO_V2_W6_SEC_ENT1_V1 | in rtw89_cam_fill_dctl_sec_cam_info_v2() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | mcu.c | 67 msg.cfg = cpu_to_le32(val); in mt76x2_mcu_load_cr() 82 .channel = cpu_to_le32(channel), in mt76x2_mcu_init_gain() 83 .gain_val = cpu_to_le32(gain), in mt76x2_mcu_init_gain() 87 msg.channel |= cpu_to_le32(BIT(31)); in mt76x2_mcu_init_gain() 101 .id = cpu_to_le32(MCU_CAL_TSSI_COMP), in mt76x2_mcu_tssi_comp()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil.h | 90 __le32 data_le = cpu_to_le32(data); in brcmf_fil_cmd_int_set() 114 *data_le = cpu_to_le32(*data); in brcmf_fil_cmd_int_query() 125 __le32 data_le = cpu_to_le32(data); in brcmf_fil_iovar_int_set() 144 *data_le = cpu_to_le32(*data); in brcmf_fil_iovar_int_query() 160 __le32 data_le = cpu_to_le32(data); in brcmf_fil_bsscfg_int_set() 180 *data_le = cpu_to_le32(*data); in brcmf_fil_bsscfg_int_query() 192 __le32 data_le = cpu_to_le32(data); in brcmf_fil_xtlv_int_set() 201 __le32 data_le = cpu_to_le32(*data); in brcmf_fil_xtlv_int_get()
|