| /freebsd-14.2/sys/contrib/device-tree/Bindings/misc/ |
| H A D | xlnx,sd-fec.txt | 25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes 53 xlnx,sdfec-code = "ldpc";
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | tx.c | 71 le32_encode_bits(pkt_info->ldpc, RTW_TX_DESC_W5_DATA_LDPC) | in rtw_tx_fill_tx_desc() 364 bool ldpc = false; in rtw_tx_data_pkt_info_update() local 395 ldpc = si->ldpc_en; in rtw_tx_data_pkt_info_update() 406 pkt_info->ldpc = ldpc; in rtw_tx_data_pkt_info_update()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | 8000.c | 54 .ldpc = true,
|
| H A D | 9000.c | 50 .ldpc = true,
|
| H A D | 22000.c | 64 .ldpc = true,
|
| H A D | 7000.c | 209 .ldpc = true,
|
| /freebsd-14.2/sys/contrib/dev/athk/ath12k/ |
| H A D | dp_mon.c | 138 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_HT_SIG_INFO_INFO1_FEC_CODING); in ath12k_dp_mon_parse_ht_sig() 243 ppdu_info->ldpc = value; in ath12k_dp_mon_parse_he_sig_b2_ofdma() 274 ppdu_info->ldpc = value; in ath12k_dp_mon_parse_he_sig_b2_mu() 576 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_HE_SIG_A_SU_INFO_INFO1_CODING); in ath12k_dp_mon_parse_he_sig_su() 1663 tx_ppdu_info->rx_status.ldpc = in ath12k_dp_mon_tx_parse_status_tlv() 2233 if (ppdu_info->ldpc < HAL_RX_SU_MU_CODING_MAX) in ath12k_dp_mon_rx_update_peer_su_stats() 2234 rx_stats->coding_count[ppdu_info->ldpc] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats() 2351 rx_user_status->ldpc = u32_get_bits(mu_ul_user_v0_word1, in ath12k_dp_mon_rx_process_ulofdma() 2354 ppdu_info->ldpc = 1; in ath12k_dp_mon_rx_process_ulofdma() 2396 if (ppdu_info->ldpc < HAL_RX_SU_MU_CODING_MAX) in ath12k_dp_mon_rx_update_user_stats() [all …]
|
| H A D | hal_rx.h | 139 u8 ldpc; member 176 u8 ldpc; member
|
| H A D | mac.c | 6503 u32 rate, u8 nss, u8 sgi, u8 ldpc) in ath12k_mac_set_fixed_rate_params() argument 6543 vdev_param, ldpc); in ath12k_mac_set_fixed_rate_params() 6546 ldpc, ret); in ath12k_mac_set_fixed_rate_params() 6623 u8 ldpc; in ath12k_mac_op_set_bitrate_mask() local 6634 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath12k_mac_op_set_bitrate_mask() 6718 ret = ath12k_mac_set_fixed_rate_params(arvif, rate, nss, sgi, ldpc); in ath12k_mac_op_set_bitrate_mask()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | debugfs.c | 925 &phy.preamble, &phy.stbc, &phy.ldpc, &phy.spe, <f) != 10) { in mt7996_sta_fixed_rate_set() 934 phy.ldpc = phy.ldpc ? 7 : 0; in mt7996_sta_fixed_rate_set()
|
| H A D | mcu.h | 499 u8 ldpc; member
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | hal_rx.c | 979 ppdu_info->ldpc = FIELD_GET(HAL_RX_HT_SIG_INFO_INFO1_FEC_CODING, info1); in ath11k_hal_rx_parse_mon_status_tlv() 1031 ppdu_info->ldpc = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING, in ath11k_hal_rx_parse_mon_status_tlv() 1127 ppdu_info->ldpc = (value == HAL_RX_SU_MU_CODING_LDPC) ? 1 : 0; in ath11k_hal_rx_parse_mon_status_tlv() 1388 ppdu_info->ldpc = value; in ath11k_hal_rx_parse_mon_status_tlv() 1426 ppdu_info->ldpc = value; in ath11k_hal_rx_parse_mon_status_tlv()
|
| H A D | hal_rx.h | 148 u8 ldpc; member
|
| H A D | mac.c | 8097 u32 rate, u8 nss, u8 sgi, u8 ldpc, in ath11k_mac_set_rate_params() argument 8108 arvif->vdev_id, rate, nss, sgi, ldpc, he_gi, in ath11k_mac_set_rate_params() 8133 vdev_param, ldpc); in ath11k_mac_set_rate_params() 8136 ldpc, ret); in ath11k_mac_set_rate_params() 8323 u8 ldpc; in ath11k_mac_op_set_bitrate_mask() local 8337 ldpc = !!(cap->band[band].ht_cap_info & WMI_HT_CAP_TX_LDPC); in ath11k_mac_op_set_bitrate_mask() 8447 ret = ath11k_mac_set_rate_params(arvif, rate, nss, sgi, ldpc, he_gi, in ath11k_mac_op_set_bitrate_mask()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | debugfs.c | 1350 &phy.ldpc, &phy.stbc, &he_ltf) != 8) { in mt7915_sta_fixed_rate_set() 1357 phy.ldpc = (phy.bw || phy.ldpc) * GENMASK(2, 0); in mt7915_sta_fixed_rate_set()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 193 ldpc:1, member
|
| H A D | iwl-eeprom-parse.c | 713 if (cfg->ht_params->ldpc) in iwl_init_ht_hw_capab()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mcu.h | 549 u8 ldpc; member 647 u8 ldpc; member 656 u8 ldpc; member
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rs-fw.c | 86 if (mvm->cfg->ht_params->ldpc && in rs_fw_get_config_flags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips64r6InstrInfo.td | 76 class LDPC_DESC : PCREL_DESC_BASE<"ldpc", GPR64Opnd, simm18_lsl3, II_LDPC>;
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_tree.def | 153 1 ldpc
|
| /freebsd-14.2/sbin/ifconfig/ |
| H A D | ifieee80211.c | 1813 int ldpc; in set80211ldpc() local 1815 if (get80211val(ctx, IEEE80211_IOC_LDPC, &ldpc) < 0) in set80211ldpc() 1819 ldpc &= ~d; in set80211ldpc() 1821 ldpc |= d; in set80211ldpc() 1822 set80211(ctx, IEEE80211_IOC_LDPC, ldpc, 0, NULL); in set80211ldpc()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 8275 u8 rate, u8 nss, u8 sgi, u8 ldpc) in ath10k_mac_set_fixed_rate_params() argument 8308 vdev_param = ar->wmi.vdev_param->ldpc; in ath10k_mac_set_fixed_rate_params() 8309 ret = ath10k_wmi_vdev_set_param(ar, arvif->vdev_id, vdev_param, ldpc); in ath10k_mac_set_fixed_rate_params() 8311 ath10k_warn(ar, "failed to set ldpc param %d: %d\n", ldpc, ret); in ath10k_mac_set_fixed_rate_params() 8423 u8 ldpc; in ath10k_mac_op_set_bitrate_mask() local 8436 ldpc = !!(ar->ht_cap_info & WMI_HT_CAP_LDPC); in ath10k_mac_op_set_bitrate_mask() 8512 ret = ath10k_mac_set_fixed_rate_params(arvif, rate, nss, sgi, ldpc); in ath10k_mac_op_set_bitrate_mask()
|
| H A D | htt.h | 1385 __le32 ldpc; member
|
| /freebsd-14.2/sys/dev/ath/ |
| H A D | if_ath.c | 1149 uint32_t ldpc; in ath_attach() local 1221 if ((ath_hal_getcapability(ah, HAL_CAP_LDPC, 0, &ldpc)) in ath_attach() 1222 == HAL_OK && (ldpc == 1)) { in ath_attach()
|