Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac3_mac.c18 __le32 *rxv) in mt76_connac3_mac_decode_he_radiotap_ru() argument
84 le32_get_bits(rxv[4], MT_CRXV_HE_NUM_USER)); in mt76_connac3_mac_decode_he_mu_radiotap()
98 ru_l = le32_get_bits(rxv[16], MT_CRXV_HE_RU3_L); in mt76_connac3_mac_decode_he_mu_radiotap()
136 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac3_mac_decode_he_radiotap()
139 HE_PREP(DATA6_DOPPLER, DOPPLER, rxv[9]); in mt76_connac3_mac_decode_he_radiotap()
149 HE_PREP(DATA3_UL_DL, UPLINK, rxv[5]); in mt76_connac3_mac_decode_he_radiotap()
166 mt76_connac3_mac_decode_he_mu_radiotap(skb, rxv); in mt76_connac3_mac_decode_he_radiotap()
246 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac3_mac_decode_eht_radiotap()
249 if (le32_to_cpu(rxv[0]) & MT_PRXV_HT_AD_CODE) in mt76_connac3_mac_decode_eht_radiotap()
264 EHT_PREP(USIG_COMMON_UL_DL, UPLINK, rxv[5]) | in mt76_connac3_mac_decode_eht_radiotap()
[all …]
A Dmt76_connac_mac.c770 __le32 *rxv) in mt76_connac2_mac_decode_he_radiotap_ru() argument
818 __le32 *rxv) in mt76_connac2_mac_decode_he_mu_radiotap() argument
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
899 if (le32_to_cpu(rxv[0]) & MT_PRXV_TXBF) in mt76_connac2_mac_decode_he_radiotap()
912 HE_PREP(DATA3_UL_DL, UPLINK, rxv[2]); 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()
[all …]
A Dmt76_connac.h443 __le32 *rxv, u32 mode);
449 __le32 *rxv, u8 *mode);
457 void mt76_connac3_mac_decode_he_radiotap(struct sk_buff *skb, __le32 *rxv,
459 void mt76_connac3_mac_decode_eht_radiotap(struct sk_buff *skb, __le32 *rxv,
/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c175 __le32 *rxv = NULL, *rxd = (__le32 *)skb->data; in mt7921_mac_fill_rx() local
333 rxv = rxd; in mt7921_mac_fill_rx()
338 v0 = le32_to_cpu(rxv[0]); in mt7921_mac_fill_rx()
339 v1 = le32_to_cpu(rxv[1]); in mt7921_mac_fill_rx()
345 rxv, &mode); in mt7921_mac_fill_rx()
354 rxv = rxd; in mt7921_mac_fill_rx()
358 v1 = le32_to_cpu(rxv[0]); in mt7921_mac_fill_rx()
433 if (rxv && mode >= MT_PHY_TYPE_HE_SU && !(status->flag & RX_FLAG_8023)) in mt7921_mac_fill_rx()
434 mt76_connac2_mac_decode_he_radiotap(&dev->mt76, skb, rxv, mode); in mt7921_mac_fill_rx()
A Dmt7921.h104 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument
/drivers/net/ethernet/ti/
A Dcpsw_priv.c185 struct cpsw_vector *rxv; in cpsw_rx_mq_poll() local
193 rxv = &cpsw->rxv[ch]; in cpsw_rx_mq_poll()
194 if (unlikely(rxv->budget > budget - num_rx)) in cpsw_rx_mq_poll()
197 cur_budget = rxv->budget; in cpsw_rx_mq_poll()
199 num_rx += cpdma_chan_process(rxv->ch, cur_budget); in cpsw_rx_mq_poll()
217 num_rx = cpdma_chan_process(cpsw->rxv[0].ch, budget); in cpsw_rx_poll()
424 cpsw->rxv[i].budget = ch_budget; in cpsw_split_res()
429 cpsw->rxv[0].budget += budget; in cpsw_split_res()
1094 ch_buf_num = cpdma_chan_get_rx_buf_num(cpsw->rxv[ch].ch); in cpsw_fill_rx_channels()
1107 ret = cpdma_chan_idle_submit_mapped(cpsw->rxv[ch].ch, in cpsw_fill_rx_channels()
[all …]
A Dcpsw_ethtool.c289 cpdma_chan_get_stats(cpsw->rxv[ch].ch, &ch_stats); in cpsw_get_ethtool_stats()
533 vec = cpsw->rxv; in cpsw_update_channels_res()
A Dcpsw.c450 ret = cpdma_chan_submit_mapped(cpsw->rxv[ch].ch, new_page, dma, in cpsw_rx_handler()
1633 cpsw->rxv[0].ch = cpdma_chan_create(cpsw->dma, 0, cpsw_rx_handler, 1); in cpsw_probe()
1634 if (IS_ERR(cpsw->rxv[0].ch)) { in cpsw_probe()
1636 ret = PTR_ERR(cpsw->rxv[0].ch); in cpsw_probe()
A Dcpsw_new.c395 ret = cpdma_chan_submit_mapped(cpsw->rxv[ch].ch, new_page, dma, in cpsw_rx_handler()
1969 cpsw->rxv[0].ch = cpdma_chan_create(cpsw->dma, 0, cpsw_rx_handler, 1); in cpsw_probe()
1970 if (IS_ERR(cpsw->rxv[0].ch)) { in cpsw_probe()
1972 ret = PTR_ERR(cpsw->rxv[0].ch); in cpsw_probe()
A Dcpsw_priv.h348 struct cpsw_vector rxv[CPSW_MAX_QUEUES]; member
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dmac.c251 __le32 *rxv, u8 *mode) in mt7925_mac_fill_rx_rate() argument
258 v0 = le32_to_cpu(rxv[0]); in mt7925_mac_fill_rx_rate()
259 v2 = le32_to_cpu(rxv[2]); in mt7925_mac_fill_rx_rate()
360 __le32 *rxv = NULL, *rxd = (__le32 *)skb->data; in mt7925_mac_fill_rx() local
513 rxv = rxd; in mt7925_mac_fill_rx()
518 v3 = le32_to_cpu(rxv[3]); in mt7925_mac_fill_rx()
533 ret = mt7925_mac_fill_rx_rate(dev, status, sband, rxv, &mode); in mt7925_mac_fill_rx()
597 if (rxv && !(status->flag & RX_FLAG_8023)) { in mt7925_mac_fill_rx()
600 mt76_connac3_mac_decode_eht_radiotap(skb, rxv, mode); in mt7925_mac_fill_rx()
603 mt76_connac3_mac_decode_he_radiotap(skb, rxv, mode); in mt7925_mac_fill_rx()
A Dmt7925.h106 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmac.c284 __le32 *rxv = NULL; in mt7915_mac_fill_rx() local
442 rxv = rxd; in mt7915_mac_fill_rx()
447 v0 = le32_to_cpu(rxv[0]); in mt7915_mac_fill_rx()
448 v1 = le32_to_cpu(rxv[1]); in mt7915_mac_fill_rx()
468 sband, rxv, &mode); in mt7915_mac_fill_rx()
566 __le32 *rxv = rxd + 4; in mt7915_mac_fill_rx_vector() local
580 rcpi = le32_to_cpu(rxv[6]); in mt7915_mac_fill_rx_vector()
581 ib_rssi = le32_to_cpu(rxv[7]); in mt7915_mac_fill_rx_vector()
586 wb_rssi = le32_to_cpu(rxv[9]); in mt7915_mac_fill_rx_vector()
593 v20 = le32_to_cpu(rxv[20]); in mt7915_mac_fill_rx_vector()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmac.c311 __le32 *rxv, u8 *mode) in mt7996_mac_fill_rx_rate() argument
318 v0 = le32_to_cpu(rxv[0]); in mt7996_mac_fill_rx_rate()
319 v2 = le32_to_cpu(rxv[2]); in mt7996_mac_fill_rx_rate()
453 __le32 *rxv = NULL; in mt7996_mac_fill_rx() local
615 rxv = rxd; in mt7996_mac_fill_rx()
620 v3 = le32_to_cpu(rxv[3]); in mt7996_mac_fill_rx()
635 ret = mt7996_mac_fill_rx_rate(dev, status, sband, rxv, &mode); in mt7996_mac_fill_rx()
718 if (rxv && !(status->flag & RX_FLAG_8023)) { in mt7996_mac_fill_rx()
721 mt76_connac3_mac_decode_eht_radiotap(skb, rxv, mode); in mt7996_mac_fill_rx()
724 mt76_connac3_mac_decode_he_radiotap(skb, rxv, mode); in mt7996_mac_fill_rx()
/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c20 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument
214 static void mt7615_mac_fill_tm_rx(struct mt7615_phy *phy, __le32 *rxv) in mt7615_mac_fill_tm_rx() argument
217 u32 rxv1 = le32_to_cpu(rxv[0]); in mt7615_mac_fill_tm_rx()
218 u32 rxv3 = le32_to_cpu(rxv[2]); in mt7615_mac_fill_tm_rx()
219 u32 rxv4 = le32_to_cpu(rxv[3]); in mt7615_mac_fill_tm_rx()
220 u32 rxv5 = le32_to_cpu(rxv[4]); in mt7615_mac_fill_tm_rx()

Completed in 798 milliseconds