Home
last modified time | relevance | path

Searched refs:ru_ch1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt76_connac3_mac.c83 he_mu->ru_ch1[0] = le32_get_bits(rxv[16], MT_CRXV_HE_RU0) & 0xff; in mt76_connac3_mac_decode_he_mu_radiotap()
93 he_mu->ru_ch1[1] = le32_get_bits(rxv[16], MT_CRXV_HE_RU2) & 0xff; in mt76_connac3_mac_decode_he_mu_radiotap()
HDmt76_connac_mac.c835 he_mu->ru_ch1[0] = le32_get_bits(rxv[3], MT_CRXV_HE_RU0); in mt76_connac2_mac_decode_he_mu_radiotap()
844 he_mu->ru_ch1[1] = in mt76_connac2_mac_decode_he_mu_radiotap()
/freebsd-14-stable/sys/net80211/
HDieee80211_radiotap.h481 uint8_t ru_ch1[4]; member
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDrxmq.c974 he_mu->ru_ch1[0] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH1_RU0, in iwl_mvm_decode_he_mu_ext()
976 he_mu->ru_ch1[1] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH1_RU1, in iwl_mvm_decode_he_mu_ext()
978 he_mu->ru_ch1[2] = FIELD_GET(IWL_RX_PHY_DATA2_HE_MU_EXT_CH1_RU2, in iwl_mvm_decode_he_mu_ext()
980 he_mu->ru_ch1[3] = FIELD_GET(IWL_RX_PHY_DATA3_HE_MU_EXT_CH1_RU3, in iwl_mvm_decode_he_mu_ext()