Home
last modified time | relevance | path

Searched refs:rxv (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c774 __le32 *rxv) in mt76_connac2_mac_decode_he_radiotap_ru() argument
779 ru_l = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC_L); in mt76_connac2_mac_decode_he_radiotap_ru()
780 ru_h = le32_get_bits(rxv[1], MT_PRXV_HE_RU_ALLOC_H); in mt76_connac2_mac_decode_he_radiotap_ru()
822 __le32 *rxv) in mt76_connac2_mac_decode_he_mu_radiotap() argument
852 le32_get_bits(rxv[2], MT_CRXV_HE_NUM_USER)); in mt76_connac2_mac_decode_he_mu_radiotap()
854 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap()
859 le32_get_bits(rxv[3], MT_CRXV_HE_RU1); in mt76_connac2_mac_decode_he_mu_radiotap()
864 le32_get_bits(rxv[3], MT_CRXV_HE_RU2); in mt76_connac2_mac_decode_he_mu_radiotap()
866 le32_get_bits(rxv[3], MT_CRXV_HE_RU3); in mt76_connac2_mac_decode_he_mu_radiotap()
872 __le32 *rxv, u32 mode) in mt76_connac2_mac_decode_he_radiotap() argument
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c252 __le32 *rxv, u8 *mode) in mt7925_mac_fill_rx_rate() argument
259 v0 = le32_to_cpu(rxv[0]); in mt7925_mac_fill_rx_rate()
260 v2 = le32_to_cpu(rxv[2]); in mt7925_mac_fill_rx_rate()
361 __le32 *rxv = NULL, *rxd = (__le32 *)skb->data; in mt7925_mac_fill_rx() local
514 rxv = rxd; in mt7925_mac_fill_rx()
519 v3 = le32_to_cpu(rxv[3]); in mt7925_mac_fill_rx()
534 ret = mt7925_mac_fill_rx_rate(dev, status, sband, rxv, &mode); in mt7925_mac_fill_rx()
598 if (rxv && !(status->flag & RX_FLAG_8023)) { in mt7925_mac_fill_rx()
601 mt76_connac3_mac_decode_eht_radiotap(skb, rxv, mode); in mt7925_mac_fill_rx()
604 mt76_connac3_mac_decode_he_radiotap(skb, rxv, mode); in mt7925_mac_fill_rx()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c277 __le32 *rxv, u8 *mode) in mt7996_mac_fill_rx_rate() argument
284 v0 = le32_to_cpu(rxv[0]); in mt7996_mac_fill_rx_rate()
285 v2 = le32_to_cpu(rxv[2]); in mt7996_mac_fill_rx_rate()
419 __le32 *rxv = NULL; in mt7996_mac_fill_rx() local
581 rxv = rxd; in mt7996_mac_fill_rx()
586 v3 = le32_to_cpu(rxv[3]); in mt7996_mac_fill_rx()
601 ret = mt7996_mac_fill_rx_rate(dev, status, sband, rxv, &mode); in mt7996_mac_fill_rx()
687 if (rxv && !(status->flag & RX_FLAG_8023)) { in mt7996_mac_fill_rx()
690 mt76_connac3_mac_decode_eht_radiotap(skb, rxv, mode); in mt7996_mac_fill_rx()
693 mt76_connac3_mac_decode_he_radiotap(skb, rxv, mode); in mt7996_mac_fill_rx()