Lines Matching refs:rxhdr
660 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local
672 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
673 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx()
676 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx()
677 mactime = le16_to_cpu(rxhdr->format_598.mac_time); in b43_rx()
678 chanstat = le16_to_cpu(rxhdr->format_598.channel); in b43_rx()
682 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
683 mactime = le16_to_cpu(rxhdr->format_351.mac_time); in b43_rx()
684 chanstat = le16_to_cpu(rxhdr->format_351.channel); in b43_rx()
748 max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), in b43_rx()
749 rxhdr->phy_ht_power2); in b43_rx()
753 if (rxhdr->power0 == 16 || rxhdr->power0 == 32) in b43_rx()
754 status.signal = max(rxhdr->power1, rxhdr->power2); in b43_rx()
756 status.signal = max(rxhdr->power0, rxhdr->power1); in b43_rx()
762 status.signal = b43_rssi_postprocess(dev, rxhdr->jssi, in b43_rx()