| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-utils.c | 112 ht_info->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in iwl_init_ht_hw_capab() 114 ht_info->mcs.tx_params |= IEEE80211_HT_MCS_TX_RX_DIFF; in iwl_init_ht_hw_capab() 115 ht_info->mcs.tx_params |= ((tx_chains - 1) << in iwl_init_ht_hw_capab()
|
| H A D | iwl-eeprom-parse.c | |
| /freebsd/sys/dev/al_eth/ |
| H A D | al_init_eth_lm.h | 326 struct al_serdes_adv_tx_params *tx_params, 339 bool tx_params, bool rx_params); 353 struct al_serdes_adv_tx_params *tx_params,
|
| H A D | al_init_eth_lm.c | 1444 struct al_serdes_adv_tx_params *tx_params, in al_eth_lm_static_parameters_override() argument 1448 if (tx_params != NULL) { in al_eth_lm_static_parameters_override() 1449 lm_context->tx_params_override = *tx_params; in al_eth_lm_static_parameters_override() 1465 bool tx_params, bool rx_params) in al_eth_lm_static_parameters_override_disable() argument 1468 if (tx_params) in al_eth_lm_static_parameters_override_disable() 1478 struct al_serdes_adv_tx_params *tx_params, in al_eth_lm_static_parameters_get() argument 1482 if (tx_params != NULL) { in al_eth_lm_static_parameters_get() 1484 *tx_params = lm_context->tx_params_override; in al_eth_lm_static_parameters_get() 1489 tx_params); in al_eth_lm_static_parameters_get()
|
| /freebsd/sys/dev/dpaa/ |
| H A D | fman_port.h | 25 } tx_params; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac-ctxt.c | 961 struct iwl_tx_cmd_v6_params *tx_params) in iwl_mvm_mac_ctxt_set_tx() argument 971 tx_params->len = cpu_to_le16((u16)beacon->len); in iwl_mvm_mac_ctxt_set_tx() 972 tx_params->sta_id = mvmvif->deflink.bcast_sta.sta_id; in iwl_mvm_mac_ctxt_set_tx() 973 tx_params->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_mac_ctxt_set_tx() 978 tx_params->tx_flags = cpu_to_le32(tx_flags); in iwl_mvm_mac_ctxt_set_tx() 984 tx_params->rate_n_flags = in iwl_mvm_mac_ctxt_set_tx() 991 tx_params->rate_n_flags |= in iwl_mvm_mac_ctxt_set_tx() 994 tx_params->rate_n_flags |= cpu_to_le32(RATE_MCS_CCK_MSK_V1); in iwl_mvm_mac_ctxt_set_tx()
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_serdes_25g.c | 834 void *tx_params) in al_serdes_25g_tx_advanced_params_set() argument 836 struct al_serdes_adv_tx_params *params = tx_params; in al_serdes_25g_tx_advanced_params_set() 899 void *tx_params) in al_serdes_25g_tx_advanced_params_get() argument 901 struct al_serdes_adv_tx_params *params = tx_params; in al_serdes_25g_tx_advanced_params_get()
|
| H A D | al_hal_serdes_hssp.c | 1522 void *tx_params) in al_serdes_tx_advanced_params_set() argument 1525 struct al_serdes_adv_tx_params *params = tx_params; in al_serdes_tx_advanced_params_set() 1599 void *tx_params) in al_serdes_tx_advanced_params_get() argument 1601 struct al_serdes_adv_tx_params *params = tx_params; in al_serdes_tx_advanced_params_get()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.c | 9164 struct ath11k_cfr_peer_tx_param *tx_params = data; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() local 9167 tx_params->capture_method = params->capture_method; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9168 tx_params->vdev_id = params->vdev_id; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9169 ether_addr_copy(tx_params->peer_mac_addr, params->mac_addr.addr); in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9170 tx_params->primary_20mhz_chan = params->chan_mhz; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9171 tx_params->bandwidth = params->bandwidth; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9172 tx_params->phy_mode = params->phy_mode; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9173 tx_params->band_center_freq1 = params->band_center_freq1; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9174 tx_params->band_center_freq2 = params->band_center_freq2; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() 9175 tx_params->spatial_streams = params->sts_count; in ath11k_wmi_tlv_cfr_capture_event_fixed_param() [all …]
|
| H A D | mac.c | 5607 ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_DEFINED; in ath11k_create_ht_cap()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | mac80211.c | 363 struct ieee80211_tx_queue_params *params = &rtwvif->tx_params[ac]; in __rtw_conf_tx() 520 rtwvif->tx_params[ac] = *params; in rtw_ops_conf_tx()
|
| H A D | main.h | 836 struct ieee80211_tx_queue_params tx_params[IEEE80211_NUM_ACS]; member
|
| H A D | main.c | 1682 ht_cap->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in rtw_init_ht_cap()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac80211.c | 409 struct ieee80211_tx_queue_params *params = &rtwvif_link->tx_params[ac]; in ____rtw89_conf_tx_edca() 438 struct ieee80211_tx_queue_params *params = &rtwvif_link->tx_params[ac]; in ____rtw89_conf_tx_mu_edca() 891 rtwvif_link->tx_params[ac] = *params; in rtw89_ops_conf_tx()
|
| H A D | core.h | 3708 struct ieee80211_tx_queue_params tx_params[IEEE80211_NUM_ACS]; member
|
| H A D | core.c | 5272 ht_cap->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in rtw89_init_ht_cap()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | mac80211_if.c | 236 .tx_params = IEEE80211_HT_MCS_TX_DEFINED} 257 .tx_params = IEEE80211_HT_MCS_TX_DEFINED}
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | fcoe_common.h | 165 struct fcoe_tx_params tx_params /* Task TX params */; member
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ieee80211.h | 343 uint8_t tx_params; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 1132 if ((mcs->tx_params & IEEE80211_HT_MCS_TX_RX_DIFF) && in mt7915_mcu_sta_bfer_ht() 1133 (mcs->tx_params & IEEE80211_HT_MCS_TX_DEFINED)) in mt7915_mcu_sta_bfer_ht() 1135 mcs->tx_params); in mt7915_mcu_sta_bfer_ht()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1614 if ((mcs->tx_params & IEEE80211_HT_MCS_TX_RX_DIFF) && in mt7996_mcu_sta_bfer_ht() 1615 (mcs->tx_params & IEEE80211_HT_MCS_TX_DEFINED)) in mt7996_mcu_sta_bfer_ht() 1617 mcs->tx_params); in mt7996_mcu_sta_bfer_ht()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 353 ht_cap->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in mt76_init_sband()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 7447 band->ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in brcmf_update_ht_cap()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 5020 ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_DEFINED; in ath10k_get_ht_cap()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 8271 ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_DEFINED; in ath12k_create_ht_cap()
|