Lines Matching refs:rxhdr
637 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local
648 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
649 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx()
652 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx()
653 mactime = le16_to_cpu(rxhdr->format_598.mac_time); in b43_rx()
654 chanstat = le16_to_cpu(rxhdr->format_598.channel); in b43_rx()
658 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
659 mactime = le16_to_cpu(rxhdr->format_351.mac_time); in b43_rx()
660 chanstat = le16_to_cpu(rxhdr->format_351.channel); in b43_rx()
723 max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), in b43_rx()
724 rxhdr->phy_ht_power2); in b43_rx()
728 if (rxhdr->power0 == 16 || rxhdr->power0 == 32) in b43_rx()
729 status.signal = max(rxhdr->power1, rxhdr->power2); in b43_rx()
731 status.signal = max(rxhdr->power0, rxhdr->power1); in b43_rx()
736 status.signal = b43_rssi_postprocess(dev, rxhdr->jssi, in b43_rx()