Searched refs:phy_info (Results 1 – 4 of 4) sorted by relevance
4629 iwm_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info) in iwm_get_signal_strength() argument4634 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwm_get_signal_strength()4667 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; in iwm_rx_rx_phy_cmd() local4670 sizeof(*phy_info), BUS_DMASYNC_POSTREAD); in iwm_rx_rx_phy_cmd()4672 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info)); in iwm_rx_rx_phy_cmd()4891 struct iwm_rx_phy_info *phy_info; in iwm_rx_mpdu() local4901 phy_info = &sc->sc_last_phy_info; in iwm_rx_mpdu()4924 if (__predict_false(phy_info->cfg_phy_cnt > 20)) { in iwm_rx_mpdu()4944 chanidx = letoh32(phy_info->channel); in iwm_rx_mpdu()4945 device_timestamp = le32toh(phy_info->system_timestamp); in iwm_rx_mpdu()[all …]
3381 uint16_t phy_info; member
4515 struct iwx_rx_phy_info *phy_info = (void *)pkt->data; in iwx_rx_rx_phy_cmd() local4518 sizeof(*phy_info), BUS_DMASYNC_POSTREAD); in iwx_rx_rx_phy_cmd()4520 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info)); in iwx_rx_rx_phy_cmd()5150 uint16_t phy_info; in iwx_rx_mpdu_mq() local5284 phy_info = le16toh(desc->phy_info); in iwx_rx_mpdu_mq()5295 (phy_info & IWX_RX_MPDU_PHY_SHORT_PREAMBLE), in iwx_rx_mpdu_mq()5300 (phy_info & IWX_RX_MPDU_PHY_SHORT_PREAMBLE), in iwx_rx_mpdu_mq()
3713 uint16_t phy_info; member