Lines Matching refs:rxh
7028 struct d11rxhdr *rxh) in brcms_c_recover_tsf64() argument
7036 rx_tsf_0_15 = rxh->RxTSFTime; in brcms_c_recover_tsf64()
7052 prep_mac80211_status(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in prep_mac80211_status() argument
7061 rx_status->mactime = brcms_c_recover_tsf64(wlc, rxh); in prep_mac80211_status()
7064 channel = BRCMS_CHAN_CHANNEL(rxh->RxChan); in prep_mac80211_status()
7071 rx_status->signal = wlc_phy_rssi_compute(wlc->hw->band->pi, rxh); in prep_mac80211_status()
7076 (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; in prep_mac80211_status()
7080 rspec = brcms_c_compute_rspec(rxh, plcp); in prep_mac80211_status()
7139 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status()
7152 if (rxh->RxStatus1 & RXS_DECERR) { in prep_mac80211_status()
7157 if (rxh->RxStatus1 & RXS_FCSERR) { in prep_mac80211_status()
7165 brcms_c_recvctl(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in brcms_c_recvctl() argument
7173 prep_mac80211_status(wlc, rxh, p, &rx_status); in brcms_c_recvctl()
7655 struct d11rxhdr *rxh; in brcms_c_recv() local
7661 rxh = (struct d11rxhdr *) (p->data); in brcms_c_recv()
7667 if (rxh->RxStatus1 & RXS_PBPRES) { in brcms_c_recv()
7680 if (rxh->RxStatus1 & RXS_FCSERR) { in brcms_c_recv()
7690 is_amsdu = rxh->RxStatus2 & RXS_AMSDU_MASK; in brcms_c_recv()
7694 brcms_c_recvctl(wlc, rxh, p); in brcms_c_recv()
7735 struct d11rxhdr *rxh; in brcms_b_recv() local
7739 rxh = (struct d11rxhdr *)p->data; in brcms_b_recv()
7742 rxh->RxFrameSize = le16_to_cpu(rxh_le->RxFrameSize); in brcms_b_recv()
7743 rxh->PhyRxStatus_0 = le16_to_cpu(rxh_le->PhyRxStatus_0); in brcms_b_recv()
7744 rxh->PhyRxStatus_1 = le16_to_cpu(rxh_le->PhyRxStatus_1); in brcms_b_recv()
7745 rxh->PhyRxStatus_2 = le16_to_cpu(rxh_le->PhyRxStatus_2); in brcms_b_recv()
7746 rxh->PhyRxStatus_3 = le16_to_cpu(rxh_le->PhyRxStatus_3); in brcms_b_recv()
7747 rxh->PhyRxStatus_4 = le16_to_cpu(rxh_le->PhyRxStatus_4); in brcms_b_recv()
7748 rxh->PhyRxStatus_5 = le16_to_cpu(rxh_le->PhyRxStatus_5); in brcms_b_recv()
7749 rxh->RxStatus1 = le16_to_cpu(rxh_le->RxStatus1); in brcms_b_recv()
7750 rxh->RxStatus2 = le16_to_cpu(rxh_le->RxStatus2); in brcms_b_recv()
7751 rxh->RxTSFTime = le16_to_cpu(rxh_le->RxTSFTime); in brcms_b_recv()
7752 rxh->RxChan = le16_to_cpu(rxh_le->RxChan); in brcms_b_recv()