Lines Matching refs:rxh
6968 struct d11rxhdr *rxh) in brcms_c_recover_tsf64() argument
6976 rx_tsf_0_15 = rxh->RxTSFTime; in brcms_c_recover_tsf64()
6992 prep_mac80211_status(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in prep_mac80211_status() argument
7001 rx_status->mactime = brcms_c_recover_tsf64(wlc, rxh); in prep_mac80211_status()
7004 channel = BRCMS_CHAN_CHANNEL(rxh->RxChan); in prep_mac80211_status()
7011 rx_status->signal = wlc_phy_rssi_compute(wlc->hw->band->pi, rxh); in prep_mac80211_status()
7016 (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; in prep_mac80211_status()
7020 rspec = brcms_c_compute_rspec(rxh, plcp); in prep_mac80211_status()
7079 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status()
7092 if (rxh->RxStatus1 & RXS_DECERR) { in prep_mac80211_status()
7097 if (rxh->RxStatus1 & RXS_FCSERR) { in prep_mac80211_status()
7105 brcms_c_recvctl(struct brcms_c_info *wlc, struct d11rxhdr *rxh, in brcms_c_recvctl() argument
7113 prep_mac80211_status(wlc, rxh, p, &rx_status); in brcms_c_recvctl()
7593 struct d11rxhdr *rxh; in brcms_c_recv() local
7599 rxh = (struct d11rxhdr *) (p->data); in brcms_c_recv()
7605 if (rxh->RxStatus1 & RXS_PBPRES) { in brcms_c_recv()
7618 if (rxh->RxStatus1 & RXS_FCSERR) { in brcms_c_recv()
7628 is_amsdu = rxh->RxStatus2 & RXS_AMSDU_MASK; in brcms_c_recv()
7632 brcms_c_recvctl(wlc, rxh, p); in brcms_c_recv()
7673 struct d11rxhdr *rxh; in brcms_b_recv() local
7677 rxh = (struct d11rxhdr *)p->data; in brcms_b_recv()
7680 rxh->RxFrameSize = le16_to_cpu(rxh_le->RxFrameSize); in brcms_b_recv()
7681 rxh->PhyRxStatus_0 = le16_to_cpu(rxh_le->PhyRxStatus_0); in brcms_b_recv()
7682 rxh->PhyRxStatus_1 = le16_to_cpu(rxh_le->PhyRxStatus_1); in brcms_b_recv()
7683 rxh->PhyRxStatus_2 = le16_to_cpu(rxh_le->PhyRxStatus_2); in brcms_b_recv()
7684 rxh->PhyRxStatus_3 = le16_to_cpu(rxh_le->PhyRxStatus_3); in brcms_b_recv()
7685 rxh->PhyRxStatus_4 = le16_to_cpu(rxh_le->PhyRxStatus_4); in brcms_b_recv()
7686 rxh->PhyRxStatus_5 = le16_to_cpu(rxh_le->PhyRxStatus_5); in brcms_b_recv()
7687 rxh->RxStatus1 = le16_to_cpu(rxh_le->RxStatus1); in brcms_b_recv()
7688 rxh->RxStatus2 = le16_to_cpu(rxh_le->RxStatus2); in brcms_b_recv()
7689 rxh->RxTSFTime = le16_to_cpu(rxh_le->RxTSFTime); in brcms_b_recv()
7690 rxh->RxChan = le16_to_cpu(rxh_le->RxChan); in brcms_b_recv()