Searched refs:rxh (Results 1 – 9 of 9) sorted by relevance
343 u32 brcms_c_compute_rspec(struct d11rxhdr *rxh, u8 *plcp) in brcms_c_compute_rspec() argument349 ((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()
227 u32 brcms_c_compute_rspec(struct d11rxhdr *rxh, u8 *plcp);
206 #define CALL_RXH(rxh) \ in lowpan_invoke_rx_handlers() argument208 res = rxh(skb); \ in lowpan_invoke_rx_handlers()
228 #define CALL_RXH(rxh) \ in lowpan_invoke_frag_rx_handlers() argument230 res = rxh(skb); \ in lowpan_invoke_frag_rx_handlers()
191 int wlc_phy_rssi_compute(struct brcms_phy_pub *pih, struct d11rxhdr *rxh);
2202 struct d11rxhdr *rxh) in wlc_phy_rssi_compute() argument2204 int rssi = rxh->PhyRxStatus_1 & PRXS1_JSSI_MASK; in wlc_phy_rssi_compute()2209 && !(rxh->RxStatus2 & RXS_PHYRXST_VALID)) { in wlc_phy_rssi_compute()2215 u8 gidx = (rxh->PhyRxStatus_2 & 0xFC00) >> 10; in wlc_phy_rssi_compute()2236 rssi = wlc_phy_rssi_compute_nphy(pi, rxh); in wlc_phy_rssi_compute()
1107 int wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh);
22970 wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh) in wlc_phy_rssi_compute_nphy() argument22976 rxpwr0 = rxh->PhyRxStatus_1 & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()22977 rxpwr1 = (rxh->PhyRxStatus_1 & PRXS1_nphy_PWR1_MASK) >> 8; in wlc_phy_rssi_compute_nphy()22984 phyRx2_l = rxh->PhyRxStatus_2 & 0x00ff; in wlc_phy_rssi_compute_nphy()
4185 #define CALL_RXH(rxh) \ in ieee80211_rx_handlers() argument4187 res = rxh(rx); \ in ieee80211_rx_handlers()4250 #define CALL_RXH(rxh) \ in ieee80211_invoke_rx_handlers() argument4252 res = rxh(rx); \ in ieee80211_invoke_rx_handlers()