Lines Matching refs:rxv

755 				       __le32 *rxv)  in mt76_connac2_mac_decode_he_radiotap_ru()  argument
760 ru_l = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC_L); in mt76_connac2_mac_decode_he_radiotap_ru()
761 ru_h = le32_get_bits(rxv[1], MT_PRXV_HE_RU_ALLOC_H); in mt76_connac2_mac_decode_he_radiotap_ru()
803 __le32 *rxv) in mt76_connac2_mac_decode_he_mu_radiotap() argument
833 le32_get_bits(rxv[2], MT_CRXV_HE_NUM_USER)); in mt76_connac2_mac_decode_he_mu_radiotap()
835 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap()
840 le32_get_bits(rxv[3], MT_CRXV_HE_RU1); in mt76_connac2_mac_decode_he_mu_radiotap()
845 le32_get_bits(rxv[3], MT_CRXV_HE_RU2); in mt76_connac2_mac_decode_he_mu_radiotap()
847 le32_get_bits(rxv[3], MT_CRXV_HE_RU3); in mt76_connac2_mac_decode_he_mu_radiotap()
853 __le32 *rxv, u32 mode) in mt76_connac2_mac_decode_he_radiotap() argument
870 u32 ltf_size = le32_get_bits(rxv[2], MT_CRXV_HE_LTF_SIZE) + 1; in mt76_connac2_mac_decode_he_radiotap()
878 he->data3 = HE_PREP(DATA3_BSS_COLOR, BSS_COLOR, rxv[14]) | in mt76_connac2_mac_decode_he_radiotap()
879 HE_PREP(DATA3_LDPC_XSYMSEG, LDPC_EXT_SYM, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
880 he->data4 = HE_PREP(DATA4_SU_MU_SPTL_REUSE, SR_MASK, rxv[11]); in mt76_connac2_mac_decode_he_radiotap()
881 he->data5 = HE_PREP(DATA5_PE_DISAMBIG, PE_DISAMBIG, rxv[2]) | in mt76_connac2_mac_decode_he_radiotap()
884 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac2_mac_decode_he_radiotap()
886 he->data6 = HE_PREP(DATA6_TXOP, TXOP_DUR, rxv[14]) | in mt76_connac2_mac_decode_he_radiotap()
887 HE_PREP(DATA6_DOPPLER, DOPPLER, rxv[14]); in mt76_connac2_mac_decode_he_radiotap()
896 he->data3 |= HE_PREP(DATA3_BEAM_CHANGE, BEAM_CHNG, rxv[14]) | in mt76_connac2_mac_decode_he_radiotap()
897 HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
904 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
910 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); in mt76_connac2_mac_decode_he_radiotap()
911 he->data4 |= HE_PREP(DATA4_MU_STA_ID, MU_AID, rxv[7]); in mt76_connac2_mac_decode_he_radiotap()
913 mt76_connac2_mac_decode_he_radiotap_ru(status, he, rxv); in mt76_connac2_mac_decode_he_radiotap()
914 mt76_connac2_mac_decode_he_mu_radiotap(dev, skb, rxv); in mt76_connac2_mac_decode_he_radiotap()
922 he->data4 |= HE_PREP(DATA4_TB_SPTL_REUSE1, SR_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
923 HE_PREP(DATA4_TB_SPTL_REUSE2, SR1_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
924 HE_PREP(DATA4_TB_SPTL_REUSE3, SR2_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
925 HE_PREP(DATA4_TB_SPTL_REUSE4, SR3_MASK, rxv[11]); in mt76_connac2_mac_decode_he_radiotap()
927 mt76_connac2_mac_decode_he_radiotap_ru(status, he, rxv); in mt76_connac2_mac_decode_he_radiotap()
1014 __le32 *rxv, u8 *mode) in mt76_connac2_mac_fill_rx_rate() argument
1021 v0 = le32_to_cpu(rxv[0]); in mt76_connac2_mac_fill_rx_rate()
1022 v2 = le32_to_cpu(rxv[2]); in mt76_connac2_mac_fill_rx_rate()