Searched defs:rxv (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mac.c | 11 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument 224 __le32 *rxv) in mt7915_mac_decode_he_radiotap_ru() 273 __le32 *rxv) in mt7915_mac_decode_he_mu_radiotap() 313 __le32 *rxv, u32 phy) in mt7915_mac_decode_he_radiotap() 396 __le32 *rxv = NULL; in mt7915_mac_fill_rx() local 714 __le32 *rxv = rxd + 4; in mt7915_mac_fill_rx_vector() local
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | mac.c | 174 __le32 *rxv) in mt7921_mac_decode_he_radiotap_ru() 223 __le32 *rxv) in mt7921_mac_decode_he_mu_radiotap() 268 __le32 *rxv, u32 phy) in mt7921_mac_decode_he_radiotap() 405 __le32 *rxv = NULL, *rxd = (__le32 *)skb->data; in mt7921_mac_fill_rx() local
|
| A D | mt7921.h | 73 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | mac.c | 20 #define to_rssi(field, rxv) ((FIELD_GET(field, rxv) - 220) / 2) argument 218 static void mt7615_mac_fill_tm_rx(struct mt7615_phy *phy, __le32 *rxv) in mt7615_mac_fill_tm_rx()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | cpsw_priv.c | 184 struct cpsw_vector *rxv; in cpsw_rx_mq_poll() local
|
| A D | cpsw_priv.h | 346 struct cpsw_vector rxv[CPSW_MAX_QUEUES]; member
|
Completed in 20 milliseconds