Home
last modified time | relevance | path

Searched refs:ru_ch2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac3_mac.c90 he_mu->ru_ch2[0] = le32_get_bits(rxv[16], MT_CRXV_HE_RU1) & 0xff; in mt76_connac3_mac_decode_he_mu_radiotap()
100 he_mu->ru_ch2[1] = (u8)(ru_l | ru_h << 4); in mt76_connac3_mac_decode_he_mu_radiotap()
H A Dmt76_connac_mac.c858 he_mu->ru_ch2[0] = in mt76_connac2_mac_decode_he_mu_radiotap()
865 he_mu->ru_ch2[1] = in mt76_connac2_mac_decode_he_mu_radiotap()
/freebsd/sys/net80211/
H A Dieee80211_radiotap.h509 uint8_t ru_ch2[4]; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Drx.c450 he_mu->ru_ch2[0] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[0], in iwl_mld_decode_he_mu()
452 he_mu->ru_ch2[1] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[1], in iwl_mld_decode_he_mu()
454 he_mu->ru_ch2[2] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[0], in iwl_mld_decode_he_mu()
456 he_mu->ru_ch2[3] = le32_get_bits(phy_data->ntfy->sigs.he.cmn[1], in iwl_mld_decode_he_mu()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c1052 he_mu->ru_ch2[0] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH2_RU0, in iwl_mvm_decode_he_mu_ext()
1054 he_mu->ru_ch2[1] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH2_RU1, in iwl_mvm_decode_he_mu_ext()
1056 he_mu->ru_ch2[2] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH2_RU2, in iwl_mvm_decode_he_mu_ext()
1058 he_mu->ru_ch2[3] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH2_RU3, in iwl_mvm_decode_he_mu_ext()