Lines Matching defs:phy_info
4616 iwm_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info)
4621 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
4654 struct iwm_rx_phy_info *phy_info = (void *)pkt->data;
4657 sizeof(*phy_info), BUS_DMASYNC_POSTREAD);
4659 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
4878 struct iwm_rx_phy_info *phy_info;
4888 phy_info = &sc->sc_last_phy_info;
4911 if (__predict_false(phy_info->cfg_phy_cnt > 20)) {
4931 chanidx = letoh32(phy_info->channel);
4932 device_timestamp = le32toh(phy_info->system_timestamp);
4933 phy_flags = letoh16(phy_info->phy_flags);
4934 rate_n_flags = le32toh(phy_info->rate_n_flags);
4936 rssi = iwm_get_signal_strength(sc, phy_info);
5347 uint16_t phy_info;
5462 phy_info = le16toh(desc->phy_info);
5476 (phy_info & IWM_RX_MPDU_PHY_SHORT_PREAMBLE),
5481 (phy_info & IWM_RX_MPDU_PHY_SHORT_PREAMBLE),