Searched refs:ru_ch1 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac3_mac.c | 86 he_mu->ru_ch1[0] = le32_get_bits(rxv[16], MT_CRXV_HE_RU0) & 0xff; in mt76_connac3_mac_decode_he_mu_radiotap() 96 he_mu->ru_ch1[1] = le32_get_bits(rxv[16], MT_CRXV_HE_RU2) & 0xff; in mt76_connac3_mac_decode_he_mu_radiotap()
|
| H A D | mt76_connac_mac.c | 854 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap() 863 he_mu->ru_ch1[1] = in mt76_connac2_mac_decode_he_mu_radiotap()
|
| /linux/include/net/ |
| H A D | ieee80211_radiotap.h | 339 u8 ru_ch1[4]; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | rx.c | 427 he_mu->ru_ch1[0] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[0], in iwl_mld_decode_he_mu() 429 he_mu->ru_ch1[1] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[1], in iwl_mld_decode_he_mu() 431 he_mu->ru_ch1[2] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[0], in iwl_mld_decode_he_mu() 433 he_mu->ru_ch1[3] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[1], in iwl_mld_decode_he_mu()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 1011 he_mu->ru_ch1[0] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH1_RU0, in iwl_mvm_decode_he_mu_ext() 1013 he_mu->ru_ch1[1] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH1_RU1, in iwl_mvm_decode_he_mu_ext() 1015 he_mu->ru_ch1[2] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH1_RU2, in iwl_mvm_decode_he_mu_ext() 1017 he_mu->ru_ch1[3] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH1_RU3, in iwl_mvm_decode_he_mu_ext()
|