Lines Matching refs:rxhdr
663 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local
674 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
675 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx()
678 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx()
679 mactime = le16_to_cpu(rxhdr->format_598.mac_time); in b43_rx()
680 chanstat = le16_to_cpu(rxhdr->format_598.channel); in b43_rx()
684 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
685 mactime = le16_to_cpu(rxhdr->format_351.mac_time); in b43_rx()
686 chanstat = le16_to_cpu(rxhdr->format_351.channel); in b43_rx()
749 max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), in b43_rx()
750 rxhdr->phy_ht_power2); in b43_rx()
754 if (rxhdr->power0 == 16 || rxhdr->power0 == 32) in b43_rx()
755 status.signal = max(rxhdr->power1, rxhdr->power2); in b43_rx()
757 status.signal = max(rxhdr->power0, rxhdr->power1); in b43_rx()
762 status.signal = b43_rssi_postprocess(dev, rxhdr->jssi, in b43_rx()