Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac3_mac.c15 __le32 *rxv) in mt76_connac3_mac_decode_he_radiotap_ru() argument
81 le32_get_bits(rxv[4], MT_CRXV_HE_NUM_USER)); in mt76_connac3_mac_decode_he_mu_radiotap()
95 ru_l = le32_get_bits(rxv[16], MT_CRXV_HE_RU3_L); in mt76_connac3_mac_decode_he_mu_radiotap()
96 ru_h = le32_get_bits(rxv[17], MT_CRXV_HE_RU3_H) & 0x7; in mt76_connac3_mac_decode_he_mu_radiotap()
133 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac3_mac_decode_he_radiotap()
135 he->data6 = HE_PREP(DATA6_TXOP, TXOP_DUR, rxv[9]) | in mt76_connac3_mac_decode_he_radiotap()
136 HE_PREP(DATA6_DOPPLER, DOPPLER, rxv[9]); in mt76_connac3_mac_decode_he_radiotap()
146 HE_PREP(DATA3_UL_DL, UPLINK, rxv[5]); in mt76_connac3_mac_decode_he_radiotap()
153 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[5]); in mt76_connac3_mac_decode_he_radiotap()
159 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[5]); in mt76_connac3_mac_decode_he_radiotap()
[all …]
H A Dmt76_connac_mac.c755 __le32 *rxv) in mt76_connac2_mac_decode_he_radiotap_ru() argument
803 __le32 *rxv) in mt76_connac2_mac_decode_he_mu_radiotap() argument
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
884 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac2_mac_decode_he_radiotap()
897 HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); 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()
[all …]
H A Dmt76_connac.h415 __le32 *rxv, u32 mode);
421 __le32 *rxv, u8 *mode);
429 void mt76_connac3_mac_decode_he_radiotap(struct sk_buff *skb, __le32 *rxv,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c179 __le32 *rxv = NULL, *rxd = (__le32 *)skb->data; in mt7921_mac_fill_rx() local
339 rxv = rxd; in mt7921_mac_fill_rx()
344 v0 = le32_to_cpu(rxv[0]); in mt7921_mac_fill_rx()
345 v1 = le32_to_cpu(rxv[1]); in mt7921_mac_fill_rx()
351 rxv, &mode); in mt7921_mac_fill_rx()
360 rxv = rxd; in mt7921_mac_fill_rx()
364 v1 = le32_to_cpu(rxv[0]); in mt7921_mac_fill_rx()
439 if (rxv && mode >= MT_PHY_TYPE_HE_SU && !(status->flag & RX_FLAG_8023)) in mt7921_mac_fill_rx()
440 mt76_connac2_mac_decode_he_radiotap(&dev->mt76, skb, rxv, mode); in mt7921_mac_fill_rx()
H A Dmt7921.h98 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c288 __le32 *rxv = NULL; in mt7915_mac_fill_rx() local
450 rxv = rxd; in mt7915_mac_fill_rx()
455 v0 = le32_to_cpu(rxv[0]); in mt7915_mac_fill_rx()
456 v1 = le32_to_cpu(rxv[1]); in mt7915_mac_fill_rx()
476 sband, rxv, &mode); in mt7915_mac_fill_rx()
574 __le32 *rxv = rxd + 4; in mt7915_mac_fill_rx_vector() local
588 rcpi = le32_to_cpu(rxv[6]); in mt7915_mac_fill_rx_vector()
589 ib_rssi = le32_to_cpu(rxv[7]); in mt7915_mac_fill_rx_vector()
594 wb_rssi = le32_to_cpu(rxv[9]); in mt7915_mac_fill_rx_vector()
601 v20 = le32_to_cpu(rxv[20]); in mt7915_mac_fill_rx_vector()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c349 __le32 *rxv, u8 *mode) in mt7996_mac_fill_rx_rate() argument
356 v0 = le32_to_cpu(rxv[0]); in mt7996_mac_fill_rx_rate()
357 v2 = le32_to_cpu(rxv[2]); in mt7996_mac_fill_rx_rate()
461 __le32 *rxv = NULL; in mt7996_mac_fill_rx() local
622 rxv = rxd; in mt7996_mac_fill_rx()
627 v3 = le32_to_cpu(rxv[3]); in mt7996_mac_fill_rx()
642 ret = mt7996_mac_fill_rx_rate(dev, status, sband, rxv, &mode); in mt7996_mac_fill_rx()
714 if (rxv && mode >= MT_PHY_TYPE_HE_SU && !(status->flag & RX_FLAG_8023)) in mt7996_mac_fill_rx()
715 mt76_connac3_mac_decode_he_radiotap(skb, rxv, mode); in mt7996_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c20 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument
217 static void mt7615_mac_fill_tm_rx(struct mt7615_phy *phy, __le32 *rxv) in mt7615_mac_fill_tm_rx() argument
220 u32 rxv1 = le32_to_cpu(rxv[0]); in mt7615_mac_fill_tm_rx()
221 u32 rxv3 = le32_to_cpu(rxv[2]); in mt7615_mac_fill_tm_rx()
222 u32 rxv4 = le32_to_cpu(rxv[3]); in mt7615_mac_fill_tm_rx()
223 u32 rxv5 = le32_to_cpu(rxv[4]); in mt7615_mac_fill_tm_rx()