Lines Matching refs:rxhdr
650 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local
661 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
662 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx()
665 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx()
666 mactime = le16_to_cpu(rxhdr->format_598.mac_time); in b43_rx()
667 chanstat = le16_to_cpu(rxhdr->format_598.channel); in b43_rx()
671 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
672 mactime = le16_to_cpu(rxhdr->format_351.mac_time); in b43_rx()
673 chanstat = le16_to_cpu(rxhdr->format_351.channel); in b43_rx()
736 max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), in b43_rx()
737 rxhdr->phy_ht_power2); in b43_rx()
741 if (rxhdr->power0 == 16 || rxhdr->power0 == 32) in b43_rx()
742 status.signal = max(rxhdr->power1, rxhdr->power2); in b43_rx()
744 status.signal = max(rxhdr->power0, rxhdr->power1); in b43_rx()
749 status.signal = b43_rssi_postprocess(dev, rxhdr->jssi, in b43_rx()