/linux-6.1.9/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 707 struct ieee80211_tx_info *info, struct ieee80211_tx_rate *txrate, in carl9170_tx_rate_tpc_chains() argument 714 idx = txrate->idx; in carl9170_tx_rate_tpc_chains() 718 if (txrate->flags & IEEE80211_TX_RC_MCS) { in carl9170_tx_rate_tpc_chains() 719 if (txrate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) { in carl9170_tx_rate_tpc_chains() 734 *phyrate = txrate->idx; in carl9170_tx_rate_tpc_chains() 755 if (!(txrate->flags & IEEE80211_TX_RC_MCS) && in carl9170_tx_rate_tpc_chains() 766 struct ieee80211_tx_info *info, struct ieee80211_tx_rate *txrate) in carl9170_tx_physet() argument 773 if (txrate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) in carl9170_tx_physet() 777 if (txrate->flags & IEEE80211_TX_RC_DUP_DATA) in carl9170_tx_physet() 781 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in carl9170_tx_physet() [all …]
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt7601u/ |
D | mac.c | 28 mt76_mac_process_tx_rate(struct ieee80211_tx_rate *txrate, u16 rate) in mt76_mac_process_tx_rate() argument 32 txrate->idx = 0; in mt76_mac_process_tx_rate() 33 txrate->flags = 0; in mt76_mac_process_tx_rate() 34 txrate->count = 1; in mt76_mac_process_tx_rate() 38 txrate->idx = idx + 4; in mt76_mac_process_tx_rate() 44 txrate->idx = idx; in mt76_mac_process_tx_rate() 47 txrate->flags |= IEEE80211_TX_RC_GREEN_FIELD; in mt76_mac_process_tx_rate() 50 txrate->flags |= IEEE80211_TX_RC_MCS; in mt76_mac_process_tx_rate() 51 txrate->idx = idx; in mt76_mac_process_tx_rate() 59 txrate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH; in mt76_mac_process_tx_rate() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | dp_tx.c | 441 memset(&arsta->txrate, 0, sizeof(arsta->txrate)); in ath11k_dp_tx_update_txcompl() 456 arsta->txrate.nss = arsta->last_txrate.nss; in ath11k_dp_tx_update_txcompl() 458 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl() 468 arsta->txrate.legacy = rate; in ath11k_dp_tx_update_txcompl() 475 if (arsta->txrate.nss != 0) in ath11k_dp_tx_update_txcompl() 476 arsta->txrate.mcs = mcs + 8 * (arsta->txrate.nss - 1); in ath11k_dp_tx_update_txcompl() 477 arsta->txrate.flags = RATE_INFO_FLAGS_MCS; in ath11k_dp_tx_update_txcompl() 479 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_dp_tx_update_txcompl() 486 arsta->txrate.mcs = mcs; in ath11k_dp_tx_update_txcompl() 487 arsta->txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath11k_dp_tx_update_txcompl() [all …]
|
D | debugfs_sta.c | 19 struct rate_info *txrate = &arsta->txrate; in ath11k_debugfs_sta_add_tx_stats() local 27 gi = FIELD_GET(RATE_INFO_FLAGS_SHORT_GI, arsta->txrate.flags); in ath11k_debugfs_sta_add_tx_stats() 28 mcs = txrate->mcs; in ath11k_debugfs_sta_add_tx_stats() 29 bw = ath11k_mac_mac80211_bw_to_ath11k_bw(txrate->bw); in ath11k_debugfs_sta_add_tx_stats() 30 nss = txrate->nss - 1; in ath11k_debugfs_sta_add_tx_stats() 34 if (txrate->flags & RATE_INFO_FLAGS_HE_MCS) { in ath11k_debugfs_sta_add_tx_stats() 41 } else if (txrate->flags & RATE_INFO_FLAGS_VHT_MCS) { in ath11k_debugfs_sta_add_tx_stats() 48 } else if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath11k_debugfs_sta_add_tx_stats() 69 if (txrate->flags & RATE_INFO_FLAGS_HE_MCS) { in ath11k_debugfs_sta_add_tx_stats() 74 } else if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath11k_debugfs_sta_add_tx_stats()
|
D | dp_rx.c | 1464 memset(&arsta->txrate, 0, sizeof(arsta->txrate)); in ath11k_update_per_peer_tx_stats() 1468 arsta->txrate.legacy = rate; in ath11k_update_per_peer_tx_stats() 1471 arsta->txrate.legacy = rate; in ath11k_update_per_peer_tx_stats() 1474 arsta->txrate.mcs = mcs + 8 * (nss - 1); in ath11k_update_per_peer_tx_stats() 1475 arsta->txrate.flags = RATE_INFO_FLAGS_MCS; in ath11k_update_per_peer_tx_stats() 1477 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_update_per_peer_tx_stats() 1480 arsta->txrate.mcs = mcs; in ath11k_update_per_peer_tx_stats() 1481 arsta->txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath11k_update_per_peer_tx_stats() 1483 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_update_per_peer_tx_stats() 1486 arsta->txrate.mcs = mcs; in ath11k_update_per_peer_tx_stats() [all …]
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | main.c | 989 struct rate_info *txrate = &msta->wcid.rate; in mt7915_sta_statistics() local 998 if (!txrate->legacy && !txrate->flags) in mt7915_sta_statistics() 1001 if (txrate->legacy) { in mt7915_sta_statistics() 1002 sinfo->txrate.legacy = txrate->legacy; in mt7915_sta_statistics() 1004 sinfo->txrate.mcs = txrate->mcs; in mt7915_sta_statistics() 1005 sinfo->txrate.nss = txrate->nss; in mt7915_sta_statistics() 1006 sinfo->txrate.bw = txrate->bw; in mt7915_sta_statistics() 1007 sinfo->txrate.he_gi = txrate->he_gi; in mt7915_sta_statistics() 1008 sinfo->txrate.he_dcm = txrate->he_dcm; in mt7915_sta_statistics() 1009 sinfo->txrate.he_ru_alloc = txrate->he_ru_alloc; in mt7915_sta_statistics() [all …]
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | main.c | 1305 struct rate_info *txrate = &msta->wcid.rate; in mt7921_sta_statistics() local 1307 if (!txrate->legacy && !txrate->flags) in mt7921_sta_statistics() 1310 if (txrate->legacy) { in mt7921_sta_statistics() 1311 sinfo->txrate.legacy = txrate->legacy; in mt7921_sta_statistics() 1313 sinfo->txrate.mcs = txrate->mcs; in mt7921_sta_statistics() 1314 sinfo->txrate.nss = txrate->nss; in mt7921_sta_statistics() 1315 sinfo->txrate.bw = txrate->bw; in mt7921_sta_statistics() 1316 sinfo->txrate.he_gi = txrate->he_gi; in mt7921_sta_statistics() 1317 sinfo->txrate.he_dcm = txrate->he_dcm; in mt7921_sta_statistics() 1318 sinfo->txrate.he_ru_alloc = txrate->he_ru_alloc; in mt7921_sta_statistics() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 3671 struct rate_info *txrate = &arsta->txrate; in ath10k_accumulate_per_peer_tx_stats() local 3680 flags = txrate->flags; in ath10k_accumulate_per_peer_tx_stats() 3683 bw = txrate->bw; in ath10k_accumulate_per_peer_tx_stats() 3684 nss = txrate->nss; in ath10k_accumulate_per_peer_tx_stats() 3691 if (txrate->flags & RATE_INFO_FLAGS_VHT_MCS) { in ath10k_accumulate_per_peer_tx_stats() 3698 } else if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath10k_accumulate_per_peer_tx_stats() 3719 if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath10k_accumulate_per_peer_tx_stats() 3775 if (txrate->flags >= RATE_INFO_FLAGS_MCS) { in ath10k_accumulate_per_peer_tx_stats() 3797 struct rate_info txrate; in ath10k_update_per_peer_tx_stats() local 3801 txrate.flags = ATH10K_HW_PREAMBLE(peer_stats->ratecode); in ath10k_update_per_peer_tx_stats() [all …]
|
/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00queue.c | 233 struct ieee80211_tx_rate *txrate = &tx_info->control.rates[0]; in rt2x00queue_create_tx_descriptor_plcp() local 286 if (txrate->flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) in rt2x00queue_create_tx_descriptor_plcp() 298 struct ieee80211_tx_rate *txrate = &tx_info->control.rates[0]; in rt2x00queue_create_tx_descriptor_ht() local 313 if (txrate->flags & IEEE80211_TX_RC_MCS) { in rt2x00queue_create_tx_descriptor_ht() 314 txdesc->u.ht.mcs = txrate->idx; in rt2x00queue_create_tx_descriptor_ht() 325 if (txrate->flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) in rt2x00queue_create_tx_descriptor_ht() 360 if (txrate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH || in rt2x00queue_create_tx_descriptor_ht() 361 txrate->flags & IEEE80211_TX_RC_DUP_DATA) in rt2x00queue_create_tx_descriptor_ht() 363 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in rt2x00queue_create_tx_descriptor_ht() 391 struct ieee80211_tx_rate *txrate = &tx_info->control.rates[0]; in rt2x00queue_create_tx_descriptor() local [all …]
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_mac.c | 279 mt76x02_mac_process_tx_rate(struct ieee80211_tx_rate *txrate, u16 rate, in mt76x02_mac_process_tx_rate() argument 284 txrate->idx = 0; in mt76x02_mac_process_tx_rate() 285 txrate->flags = 0; in mt76x02_mac_process_tx_rate() 286 txrate->count = 1; in mt76x02_mac_process_tx_rate() 293 txrate->idx = idx; in mt76x02_mac_process_tx_rate() 299 txrate->idx = idx; in mt76x02_mac_process_tx_rate() 302 txrate->flags |= IEEE80211_TX_RC_GREEN_FIELD; in mt76x02_mac_process_tx_rate() 305 txrate->flags |= IEEE80211_TX_RC_MCS; in mt76x02_mac_process_tx_rate() 306 txrate->idx = idx; in mt76x02_mac_process_tx_rate() 309 txrate->flags |= IEEE80211_TX_RC_VHT_MCS; in mt76x02_mac_process_tx_rate() [all …]
|
D | mt76_connac_mac.c | 565 u32 txrate, txs, mode; in mt76_connac2_mac_fill_txs() local 581 txrate = FIELD_GET(MT_TXS0_TX_RATE, txs); in mt76_connac2_mac_fill_txs() 583 rate.mcs = FIELD_GET(MT_TX_RATE_IDX, txrate); in mt76_connac2_mac_fill_txs() 584 rate.nss = FIELD_GET(MT_TX_RATE_NSS, txrate) + 1; in mt76_connac2_mac_fill_txs() 591 mode = FIELD_GET(MT_TX_RATE_MODE, txrate); in mt76_connac2_mac_fill_txs() 634 rate.he_dcm = FIELD_GET(MT_TX_RATE_DCM, txrate); in mt76_connac2_mac_fill_txs()
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | ampdu.c | 525 struct ieee80211_tx_rate *txrate = tx_info->status.rates; in brcms_c_ampdu_add_frame() local 573 if (txrate[0].count <= ampdu->rr_retry_limit_tid[tid]) { in brcms_c_ampdu_add_frame() 574 txrate[0].count++; in brcms_c_ampdu_add_frame() 577 txrate[1].count++; in brcms_c_ampdu_add_frame() 633 struct ieee80211_tx_rate *txrate; in brcms_c_ampdu_finalize() local 684 txrate = tx_info->status.rates; in brcms_c_ampdu_finalize() 706 fbr = txrate[1].count > 0; in brcms_c_ampdu_finalize() 823 struct ieee80211_tx_rate *txrate = tx_info->status.rates; in brcms_c_ampdu_rate_status() local 828 txrate[i].idx = -1; in brcms_c_ampdu_rate_status() 829 txrate[i].count = 0; in brcms_c_ampdu_rate_status()
|
D | main.c | 846 struct ieee80211_tx_rate *txrate; in brcms_c_dotxstatus() local 947 txrate = tx_info->status.rates; in brcms_c_dotxstatus() 948 if (txrate[0].flags & IEEE80211_TX_RC_USE_RTS_CTS) in brcms_c_dotxstatus() 955 if ((tx_frame_count > fbl) && (txrate[1].idx >= 0)) { in brcms_c_dotxstatus() 960 txrate[0].count = fbl; in brcms_c_dotxstatus() 961 txrate[1].count = tx_frame_count - fbl; in brcms_c_dotxstatus() 967 txrate[0].count = tx_frame_count; in brcms_c_dotxstatus() 972 txrate[1].idx = -1; in brcms_c_dotxstatus() 973 txrate[1].count = 0; in brcms_c_dotxstatus() 978 txrate[i].idx = -1; in brcms_c_dotxstatus() [all …]
|
/linux-6.1.9/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.c | 399 priv->stats.txrate.cck[i] += ptxrate->cck[i]; in cmpk_handle_tx_rate_history() 403 priv->stats.txrate.ofdm[i] += ptxrate->ofdm[i]; in cmpk_handle_tx_rate_history() 406 priv->stats.txrate.ht_mcs[j][i] += ptxrate->ht_mcs[j][i]; in cmpk_handle_tx_rate_history()
|
/linux-6.1.9/drivers/net/wireless/broadcom/b43/ |
D | xmit.c | 259 struct ieee80211_rate *txrate; in b43_generate_txhdr() local 264 txrate = ieee80211_get_tx_rate(dev->wl->hw, info); in b43_generate_txhdr() 265 rate = txrate ? txrate->hw_value : B43_CCK_RATE_1MB; in b43_generate_txhdr() 267 fbrate = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : txrate; in b43_generate_txhdr()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | phy.c | 2029 memset(&ra_report->txrate, 0, sizeof(ra_report->txrate)); in rtw89_phy_c2h_ra_rpt_iter() 2033 ra_report->txrate.legacy = legacy_bitrate; in rtw89_phy_c2h_ra_rpt_iter() 2036 ra_report->txrate.flags |= RATE_INFO_FLAGS_MCS; in rtw89_phy_c2h_ra_rpt_iter() 2042 ra_report->txrate.mcs = rate; in rtw89_phy_c2h_ra_rpt_iter() 2044 ra_report->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw89_phy_c2h_ra_rpt_iter() 2045 mcs = ra_report->txrate.mcs & 0x07; in rtw89_phy_c2h_ra_rpt_iter() 2048 ra_report->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in rtw89_phy_c2h_ra_rpt_iter() 2049 ra_report->txrate.mcs = FIELD_GET(RTW89_RA_RATE_MASK_MCS, rate); in rtw89_phy_c2h_ra_rpt_iter() 2050 ra_report->txrate.nss = FIELD_GET(RTW89_RA_RATE_MASK_NSS, rate) + 1; in rtw89_phy_c2h_ra_rpt_iter() 2052 ra_report->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw89_phy_c2h_ra_rpt_iter() [all …]
|
/linux-6.1.9/drivers/staging/wlan-ng/ |
D | prism2sta.c | 374 qualmsg->txrate.data = hw->txrate; in prism2sta_mlmerequest() 1960 hw->txrate = 10; in prism2sta_commsqual_defer() 1963 hw->txrate = 20; in prism2sta_commsqual_defer() 1966 hw->txrate = 55; in prism2sta_commsqual_defer() 1969 hw->txrate = 110; in prism2sta_commsqual_defer()
|
D | p80211metastruct.h | 213 struct p80211item_uint32 txrate; member
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw88/ |
D | fw.c | 83 si->ra_report.txrate.flags = 0; in rtw_fw_ra_report_iter() 90 si->ra_report.txrate.legacy = rtw_desc_to_bitrate(rate); in rtw_fw_ra_report_iter() 96 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in rtw_fw_ra_report_iter() 98 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_MCS; in rtw_fw_ra_report_iter() 101 si->ra_report.txrate.mcs = mcs; in rtw_fw_ra_report_iter() 102 si->ra_report.txrate.nss = nss; in rtw_fw_ra_report_iter() 106 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw_fw_ra_report_iter() 109 si->ra_report.txrate.bw = RATE_INFO_BW_80; in rtw_fw_ra_report_iter() 111 si->ra_report.txrate.bw = RATE_INFO_BW_40; in rtw_fw_ra_report_iter() 113 si->ra_report.txrate.bw = RATE_INFO_BW_20; in rtw_fw_ra_report_iter() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | wmi.h | 21 __be32 txrate; member
|
/linux-6.1.9/sound/soc/fsl/ |
D | fsl_spdif.c | 134 u32 txrate[SPDIF_TXRATE_MAX]; member 596 spdif_priv->txrate[rate], sample_rate); in spdif_set_sample_rate() 1453 spdif_priv->txrate[index] = arate; in fsl_spdif_txclk_caldiv() 1464 spdif_priv->txrate[index] = arate; in fsl_spdif_txclk_caldiv() 1474 spdif_priv->txrate[index] = arate; in fsl_spdif_txclk_caldiv() 1524 rate[index], spdif_priv->txrate[index]); in fsl_spdif_probe_txclk()
|
/linux-6.1.9/drivers/net/wireless/atmel/ |
D | at76c50x-usb.c | 1365 priv->txrate == TX_RATE_1MBIT ? "1MBit" : priv->txrate == in at76_startup_device() 1366 TX_RATE_2MBIT ? "2MBit" : priv->txrate == in at76_startup_device() 1367 TX_RATE_5_5MBIT ? "5.5MBit" : priv->txrate == in at76_startup_device() 1368 TX_RATE_11MBIT ? "11MBit" : priv->txrate == in at76_startup_device() 1400 ccfg->auto_rate_fallback = (priv->txrate == TX_RATE_AUTO ? 1 : 0); in at76_startup_device() 1444 priv->txrate == TX_RATE_AUTO ? 1 : 0); in at76_startup_device() 2345 priv->txrate = TX_RATE_AUTO; in at76_init_new_device()
|
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 1832 sinfo->txrate.legacy = rate / 100; in ath6kl_get_station() 1835 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath6kl_get_station() 1836 sinfo->txrate.mcs = mcs - 1; in ath6kl_get_station() 1838 sinfo->txrate.mcs = mcs; in ath6kl_get_station() 1841 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS; in ath6kl_get_station() 1842 sinfo->txrate.bw = RATE_INFO_BW_20; in ath6kl_get_station() 1845 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath6kl_get_station() 1846 sinfo->txrate.mcs = mcs - 1; in ath6kl_get_station() 1848 sinfo->txrate.mcs = mcs; in ath6kl_get_station() 1851 sinfo->txrate.bw = RATE_INFO_BW_40; in ath6kl_get_station() [all …]
|
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 4660 rarpt->txrate.legacy = in rtl8xxxu_bss_info_changed() 4665 rarpt->txrate.flags |= RATE_INFO_FLAGS_MCS; in rtl8xxxu_bss_info_changed() 4667 rarpt->txrate.mcs = mcs; in rtl8xxxu_bss_info_changed() 4668 rarpt->txrate.nss = nss; in rtl8xxxu_bss_info_changed() 4671 rarpt->txrate.flags |= in rtl8xxxu_bss_info_changed() 4677 rarpt->txrate.bw = RATE_INFO_BW_40; in rtl8xxxu_bss_info_changed() 4679 rarpt->txrate.bw = RATE_INFO_BW_20; in rtl8xxxu_bss_info_changed() 4682 bit_rate = cfg80211_calculate_bitrate(&rarpt->txrate); in rtl8xxxu_bss_info_changed() 4689 priv->fops->update_rate_mask(priv, ramask, 0, sgi, rarpt->txrate.bw == RATE_INFO_BW_40); in rtl8xxxu_bss_info_changed() 5574 rarpt->txrate.flags = 0; in rtl8xxxu_c2hcmd_callback() [all …]
|
/linux-6.1.9/net/mac80211/ |
D | ethtool.c | 124 cfg80211_calculate_bitrate(&sinfo.txrate); in ieee80211_get_stats()
|