/openbmc/linux/drivers/misc/ |
H A D | xilinx_sdfec.c | 657 struct xsdfec_ldpc_params *ldpc; in xsdfec_add_ldpc() local 660 ldpc = memdup_user(arg, sizeof(*ldpc)); in xsdfec_add_ldpc() 661 if (IS_ERR(ldpc)) in xsdfec_add_ldpc() 662 return PTR_ERR(ldpc); in xsdfec_add_ldpc() 681 ret = xsdfec_reg0_write(xsdfec, ldpc->n, ldpc->k, ldpc->psize, in xsdfec_add_ldpc() 682 ldpc->code_id); in xsdfec_add_ldpc() 687 ret = xsdfec_reg1_write(xsdfec, ldpc->psize, ldpc->no_packing, ldpc->nm, in xsdfec_add_ldpc() 688 ldpc->code_id); in xsdfec_add_ldpc() 693 ret = xsdfec_reg2_write(xsdfec, ldpc->nlayers, ldpc->nmqc, in xsdfec_add_ldpc() 694 ldpc->norm_type, ldpc->special_qc, in xsdfec_add_ldpc() [all …]
|
/openbmc/linux/Documentation/devicetree/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";
|
/openbmc/linux/drivers/net/wireless/realtek/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() 344 bool ldpc = false; in rtw_tx_data_pkt_info_update() local 375 ldpc = si->ldpc_en; in rtw_tx_data_pkt_info_update() 386 pkt_info->ldpc = ldpc; in rtw_tx_data_pkt_info_update()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtl8723b_recv.h | 74 u32 ldpc:1; member
|
H A D | sta_info.h | 113 u8 ldpc; member
|
H A D | rtw_xmit.h | 177 u8 ldpc; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.h | 154 bool ldpc; member 319 bool ldpc; /* LDPC Rx is supported by the STA */ member
|
H A D | rs.c | 528 rate->sgi, rate->ldpc, rate->stbc); in rs_dump_rate() 833 if (rate->ldpc) in ucode_rate_from_rs_rate() 874 rate->ldpc = true; in rs_rate_from_ucode_rate() 1080 rate->ldpc = false; in rs_get_lower_rate_down_column() 1699 rate->ldpc = false; in rs_switch_to_column() 1713 rate->ldpc = lq_sta->ldpc; in rs_switch_to_column() 2520 rate->ldpc = false; in rs_get_initial_rate() 2816 if (mvm->cfg->ht_params->ldpc && in rs_ht_init() 2818 lq_sta->ldpc = true; in rs_ht_init() 2835 if (mvm->cfg->ht_params->ldpc && in rs_vht_init() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_mon.c | 92 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING); in ath12k_dp_mon_parse_vht_sig_a() 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() [all …]
|
H A D | hal_rx.h | 139 u8 ldpc; member 176 u8 ldpc; member
|
/openbmc/linux/drivers/net/wireless/intel/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,
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 930 &phy.preamble, &phy.stbc, &phy.ldpc, &phy.spe, <f) != 10) { in mt7996_sta_fixed_rate_set() 939 phy.ldpc = phy.ldpc ? 7 : 0; in mt7996_sta_fixed_rate_set()
|
H A D | mcu.h | 495 u8 ldpc; member
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hal_rx.c | 981 ppdu_info->ldpc = FIELD_GET(HAL_RX_HT_SIG_INFO_INFO1_FEC_CODING, info1); in ath11k_hal_rx_parse_mon_status_tlv() 1033 ppdu_info->ldpc = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING, in ath11k_hal_rx_parse_mon_status_tlv() 1129 ppdu_info->ldpc = (value == HAL_RX_SU_MU_CODING_LDPC) ? 1 : 0; in ath11k_hal_rx_parse_mon_status_tlv() 1390 ppdu_info->ldpc = value; in ath11k_hal_rx_parse_mon_status_tlv() 1428 ppdu_info->ldpc = value; in ath11k_hal_rx_parse_mon_status_tlv()
|
H A D | hal_rx.h | 149 u8 ldpc; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu.h | 728 u8 ldpc: 1; member 734 u8 ldpc: 1; member 812 u8 ldpc: 1; member 818 u8 ldpc: 1; member 1644 u8 ldpc:1; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 154 ldpc:1, member
|
H A D | iwl-eeprom-parse.c | 713 if (cfg->ht_params->ldpc) in iwl_init_ht_hw_capab()
|
/openbmc/linux/drivers/net/wireless/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()
|
/openbmc/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 1709 bool ldpc, erp; in minstrel_ht_update_caps() local 1747 ldpc = ht_cap & IEEE80211_HT_CAP_LDPC_CODING; in minstrel_ht_update_caps() 1752 ldpc = vht_cap->cap & IEEE80211_VHT_CAP_RXLDPC; in minstrel_ht_update_caps() 1756 if (ldpc) in minstrel_ht_update_caps()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.h | 545 u8 ldpc; member 643 u8 ldpc; member 652 u8 ldpc; member
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 211 s8 ldpc; member
|