Lines Matching refs:rxhdr
659 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local
671 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
672 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx()
675 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx()
676 mactime = le16_to_cpu(rxhdr->format_598.mac_time); in b43_rx()
677 chanstat = le16_to_cpu(rxhdr->format_598.channel); in b43_rx()
681 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
682 mactime = le16_to_cpu(rxhdr->format_351.mac_time); in b43_rx()
683 chanstat = le16_to_cpu(rxhdr->format_351.channel); in b43_rx()
747 max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), in b43_rx()
748 rxhdr->phy_ht_power2); in b43_rx()
752 if (rxhdr->power0 == 16 || rxhdr->power0 == 32) in b43_rx()
753 status.signal = max(rxhdr->power1, rxhdr->power2); in b43_rx()
755 status.signal = max(rxhdr->power0, rxhdr->power1); in b43_rx()
761 status.signal = b43_rssi_postprocess(dev, rxhdr->jssi, in b43_rx()