Lines Matching refs:rxv
770 __le32 *rxv) in mt76_connac2_mac_decode_he_radiotap_ru() argument
775 ru_l = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC_L); in mt76_connac2_mac_decode_he_radiotap_ru()
776 ru_h = le32_get_bits(rxv[1], MT_PRXV_HE_RU_ALLOC_H); in mt76_connac2_mac_decode_he_radiotap_ru()
818 __le32 *rxv) in mt76_connac2_mac_decode_he_mu_radiotap() argument
848 le32_get_bits(rxv[2], MT_CRXV_HE_NUM_USER)); in mt76_connac2_mac_decode_he_mu_radiotap()
850 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap()
855 le32_get_bits(rxv[3], MT_CRXV_HE_RU1); in mt76_connac2_mac_decode_he_mu_radiotap()
860 le32_get_bits(rxv[3], MT_CRXV_HE_RU2); in mt76_connac2_mac_decode_he_mu_radiotap()
862 le32_get_bits(rxv[3], MT_CRXV_HE_RU3); in mt76_connac2_mac_decode_he_mu_radiotap()
868 __le32 *rxv, u32 mode) in mt76_connac2_mac_decode_he_radiotap() argument
885 u32 ltf_size = le32_get_bits(rxv[2], MT_CRXV_HE_LTF_SIZE) + 1; in mt76_connac2_mac_decode_he_radiotap()
893 he->data3 = HE_PREP(DATA3_BSS_COLOR, BSS_COLOR, rxv[14]) | in mt76_connac2_mac_decode_he_radiotap()
894 HE_PREP(DATA3_LDPC_XSYMSEG, LDPC_EXT_SYM, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
895 he->data4 = HE_PREP(DATA4_SU_MU_SPTL_REUSE, SR_MASK, rxv[11]); in mt76_connac2_mac_decode_he_radiotap()
896 he->data5 = HE_PREP(DATA5_PE_DISAMBIG, PE_DISAMBIG, rxv[2]) | in mt76_connac2_mac_decode_he_radiotap()
899 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac2_mac_decode_he_radiotap()
901 he->data6 = HE_PREP(DATA6_TXOP, TXOP_DUR, rxv[14]) | in mt76_connac2_mac_decode_he_radiotap()
902 HE_PREP(DATA6_DOPPLER, DOPPLER, rxv[14]); in mt76_connac2_mac_decode_he_radiotap()
911 he->data3 |= HE_PREP(DATA3_BEAM_CHANGE, BEAM_CHNG, rxv[14]) | in mt76_connac2_mac_decode_he_radiotap()
912 HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
919 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
925 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
926 he->data4 |= HE_PREP(DATA4_MU_STA_ID, MU_AID, rxv[7]); in mt76_connac2_mac_decode_he_radiotap()
928 mt76_connac2_mac_decode_he_radiotap_ru(status, he, rxv); in mt76_connac2_mac_decode_he_radiotap()
929 mt76_connac2_mac_decode_he_mu_radiotap(dev, skb, rxv); in mt76_connac2_mac_decode_he_radiotap()
937 he->data4 |= HE_PREP(DATA4_TB_SPTL_REUSE1, SR_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
938 HE_PREP(DATA4_TB_SPTL_REUSE2, SR1_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
939 HE_PREP(DATA4_TB_SPTL_REUSE3, SR2_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
940 HE_PREP(DATA4_TB_SPTL_REUSE4, SR3_MASK, rxv[11]); in mt76_connac2_mac_decode_he_radiotap()
942 mt76_connac2_mac_decode_he_radiotap_ru(status, he, rxv); in mt76_connac2_mac_decode_he_radiotap()
1029 __le32 *rxv, u8 *mode) in mt76_connac2_mac_fill_rx_rate() argument
1036 v0 = le32_to_cpu(rxv[0]); in mt76_connac2_mac_fill_rx_rate()
1037 v2 = le32_to_cpu(rxv[2]); in mt76_connac2_mac_fill_rx_rate()