Lines Matching refs:rxh

7040 				 struct d11rxhdr *rxh)  in brcms_c_recover_tsf64()  argument
7048 rx_tsf_0_15 = rxh->RxTSFTime; in brcms_c_recover_tsf64()
7064 prep_mac80211_status(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in prep_mac80211_status() argument
7073 rx_status->mactime = brcms_c_recover_tsf64(wlc, rxh); in prep_mac80211_status()
7076 channel = BRCMS_CHAN_CHANNEL(rxh->RxChan); in prep_mac80211_status()
7083 rx_status->signal = wlc_phy_rssi_compute(wlc->hw->band->pi, rxh); in prep_mac80211_status()
7088 (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; in prep_mac80211_status()
7092 rspec = brcms_c_compute_rspec(rxh, plcp); in prep_mac80211_status()
7151 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status()
7164 if (rxh->RxStatus1 & RXS_DECERR) { in prep_mac80211_status()
7169 if (rxh->RxStatus1 & RXS_FCSERR) { in prep_mac80211_status()
7177 brcms_c_recvctl(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in brcms_c_recvctl() argument
7185 prep_mac80211_status(wlc, rxh, p, &rx_status); in brcms_c_recvctl()
7667 struct d11rxhdr *rxh; in brcms_c_recv() local
7673 rxh = (struct d11rxhdr *) (p->data); in brcms_c_recv()
7679 if (rxh->RxStatus1 & RXS_PBPRES) { in brcms_c_recv()
7692 if (rxh->RxStatus1 & RXS_FCSERR) { in brcms_c_recv()
7702 is_amsdu = rxh->RxStatus2 & RXS_AMSDU_MASK; in brcms_c_recv()
7706 brcms_c_recvctl(wlc, rxh, p); in brcms_c_recv()
7747 struct d11rxhdr *rxh; in brcms_b_recv() local
7751 rxh = (struct d11rxhdr *)p->data; in brcms_b_recv()
7754 rxh->RxFrameSize = le16_to_cpu(rxh_le->RxFrameSize); in brcms_b_recv()
7755 rxh->PhyRxStatus_0 = le16_to_cpu(rxh_le->PhyRxStatus_0); in brcms_b_recv()
7756 rxh->PhyRxStatus_1 = le16_to_cpu(rxh_le->PhyRxStatus_1); in brcms_b_recv()
7757 rxh->PhyRxStatus_2 = le16_to_cpu(rxh_le->PhyRxStatus_2); in brcms_b_recv()
7758 rxh->PhyRxStatus_3 = le16_to_cpu(rxh_le->PhyRxStatus_3); in brcms_b_recv()
7759 rxh->PhyRxStatus_4 = le16_to_cpu(rxh_le->PhyRxStatus_4); in brcms_b_recv()
7760 rxh->PhyRxStatus_5 = le16_to_cpu(rxh_le->PhyRxStatus_5); in brcms_b_recv()
7761 rxh->RxStatus1 = le16_to_cpu(rxh_le->RxStatus1); in brcms_b_recv()
7762 rxh->RxStatus2 = le16_to_cpu(rxh_le->RxStatus2); in brcms_b_recv()
7763 rxh->RxTSFTime = le16_to_cpu(rxh_le->RxTSFTime); in brcms_b_recv()
7764 rxh->RxChan = le16_to_cpu(rxh_le->RxChan); in brcms_b_recv()