Lines Matching refs:rxh

6977 				 struct d11rxhdr *rxh)  in brcms_c_recover_tsf64()  argument
6985 rx_tsf_0_15 = rxh->RxTSFTime; in brcms_c_recover_tsf64()
7001 prep_mac80211_status(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in prep_mac80211_status() argument
7010 rx_status->mactime = brcms_c_recover_tsf64(wlc, rxh); in prep_mac80211_status()
7013 channel = BRCMS_CHAN_CHANNEL(rxh->RxChan); in prep_mac80211_status()
7020 rx_status->signal = wlc_phy_rssi_compute(wlc->hw->band->pi, rxh); in prep_mac80211_status()
7025 (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; in prep_mac80211_status()
7029 rspec = brcms_c_compute_rspec(rxh, plcp); in prep_mac80211_status()
7088 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status()
7101 if (rxh->RxStatus1 & RXS_DECERR) { in prep_mac80211_status()
7106 if (rxh->RxStatus1 & RXS_FCSERR) { in prep_mac80211_status()
7114 brcms_c_recvctl(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in brcms_c_recvctl() argument
7122 prep_mac80211_status(wlc, rxh, p, &rx_status); in brcms_c_recvctl()
7602 struct d11rxhdr *rxh; in brcms_c_recv() local
7608 rxh = (struct d11rxhdr *) (p->data); in brcms_c_recv()
7614 if (rxh->RxStatus1 & RXS_PBPRES) { in brcms_c_recv()
7627 if (rxh->RxStatus1 & RXS_FCSERR) { in brcms_c_recv()
7637 is_amsdu = rxh->RxStatus2 & RXS_AMSDU_MASK; in brcms_c_recv()
7641 brcms_c_recvctl(wlc, rxh, p); in brcms_c_recv()
7682 struct d11rxhdr *rxh; in brcms_b_recv() local
7686 rxh = (struct d11rxhdr *)p->data; in brcms_b_recv()
7689 rxh->RxFrameSize = le16_to_cpu(rxh_le->RxFrameSize); in brcms_b_recv()
7690 rxh->PhyRxStatus_0 = le16_to_cpu(rxh_le->PhyRxStatus_0); in brcms_b_recv()
7691 rxh->PhyRxStatus_1 = le16_to_cpu(rxh_le->PhyRxStatus_1); in brcms_b_recv()
7692 rxh->PhyRxStatus_2 = le16_to_cpu(rxh_le->PhyRxStatus_2); in brcms_b_recv()
7693 rxh->PhyRxStatus_3 = le16_to_cpu(rxh_le->PhyRxStatus_3); in brcms_b_recv()
7694 rxh->PhyRxStatus_4 = le16_to_cpu(rxh_le->PhyRxStatus_4); in brcms_b_recv()
7695 rxh->PhyRxStatus_5 = le16_to_cpu(rxh_le->PhyRxStatus_5); in brcms_b_recv()
7696 rxh->RxStatus1 = le16_to_cpu(rxh_le->RxStatus1); in brcms_b_recv()
7697 rxh->RxStatus2 = le16_to_cpu(rxh_le->RxStatus2); in brcms_b_recv()
7698 rxh->RxTSFTime = le16_to_cpu(rxh_le->RxTSFTime); in brcms_b_recv()
7699 rxh->RxChan = le16_to_cpu(rxh_le->RxChan); in brcms_b_recv()