Home
last modified time | relevance | path

Searched refs:rxh (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Drate.c343 u32 brcms_c_compute_rspec(struct d11rxhdr *rxh, u8 *plcp) in brcms_c_compute_rspec() argument
349 ((rxh->RxChan & RXS_CHAN_PHYTYPE_MASK) >> RXS_CHAN_PHYTYPE_SHIFT); in brcms_c_compute_rspec()
353 switch (rxh->PhyRxStatus_0 & PRXS0_FT_MASK) { in brcms_c_compute_rspec()
381 if ((phy_type == PHY_TYPE_A) || (rxh->PhyRxStatus_0 & PRXS0_OFDM)) in brcms_c_compute_rspec()
Dmain.c6977 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()
[all …]
Drate.h227 u32 brcms_c_compute_rspec(struct d11rxhdr *rxh, u8 *plcp);
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_hal.h197 int wlc_phy_rssi_compute(struct brcms_phy_pub *pih, struct d11rxhdr *rxh);
Dphy_cmn.c2517 struct d11rxhdr *rxh) in wlc_phy_rssi_compute() argument
2519 int rssi = rxh->PhyRxStatus_1 & PRXS1_JSSI_MASK; in wlc_phy_rssi_compute()
2524 && !(rxh->RxStatus2 & RXS_PHYRXST_VALID)) { in wlc_phy_rssi_compute()
2530 u8 gidx = (rxh->PhyRxStatus_2 & 0xFC00) >> 10; in wlc_phy_rssi_compute()
2551 rssi = wlc_phy_rssi_compute_nphy(pi, rxh); in wlc_phy_rssi_compute()
Dphy_int.h1112 int wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh);
Dphy_n.c22979 wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh) in wlc_phy_rssi_compute_nphy() argument
22985 rxpwr0 = rxh->PhyRxStatus_1 & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()
22986 rxpwr1 = (rxh->PhyRxStatus_1 & PRXS1_nphy_PWR1_MASK) >> 8; in wlc_phy_rssi_compute_nphy()
22993 phyRx2_l = rxh->PhyRxStatus_2 & 0x00ff; in wlc_phy_rssi_compute_nphy()