Searched refs:rxh (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | rate.c | 343 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()
|
| H A D | main.c | 6939 struct d11rxhdr *rxh) in brcms_c_bcn_li_upd() 6947 rx_tsf_0_15 = rxh->RxTSFTime; in brcms_b_read_tsf() 6963 prep_mac80211_status(struct brcms_c_info *wlc, struct d11rxhdr *rxh, 6972 rx_status->mactime = brcms_c_recover_tsf64(wlc, rxh); in brcms_c_recover_tsf64() 6975 channel = BRCMS_CHAN_CHANNEL(rxh->RxChan); in brcms_c_recover_tsf64() 6982 rx_status->signal = wlc_phy_rssi_compute(wlc->hw->band->pi, rxh); in brcms_c_recover_tsf64() 6987 (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; in brcms_c_recover_tsf64() 6991 rspec = brcms_c_compute_rspec(rxh, plcp); in prep_mac80211_status() argument 7050 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status() 7063 if (rxh in prep_mac80211_status() 6967 brcms_c_recover_tsf64(struct brcms_c_info * wlc,struct d11rxhdr * rxh) brcms_c_recover_tsf64() argument 7104 brcms_c_recvctl(struct brcms_c_info * wlc,struct d11rxhdr * rxh,struct sk_buff * p) brcms_c_recvctl() argument 7592 struct d11rxhdr *rxh; brcms_c_recv() local 7672 struct d11rxhdr *rxh; brcms_b_recv() local [all...] |
| H A D | rate.h | 227 u32 brcms_c_compute_rspec(struct d11rxhdr *rxh, u8 *plcp);
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | rx.c | 206 #define CALL_RXH(rxh) \ in lowpan_invoke_rx_handlers() argument 208 res = rxh(skb); \ in lowpan_invoke_rx_handlers()
|
| H A D | reassembly.c | 228 #define CALL_RXH(rxh) \ in lowpan_invoke_frag_rx_handlers() argument 230 res = rxh(skb); \ in lowpan_invoke_frag_rx_handlers()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_hal.h | 191 int wlc_phy_rssi_compute(struct brcms_phy_pub *pih, struct d11rxhdr *rxh);
|
| H A D | phy_cmn.c | 2202 struct d11rxhdr *rxh) in wlc_phy_rssi_compute() argument 2204 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()
|
| H A D | phy_int.h | 1107 int wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh);
|
| H A D | phy_n.c | 22970 wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh) in wlc_phy_rssi_compute_nphy() argument 22976 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()
|
| /linux/net/mac80211/ |
| H A D | rx.c | 4230 #define CALL_RXH(rxh) \ in ieee80211_rx_handlers() 4232 res = rxh(rx); \ in ieee80211_rx_handlers() 4297 #define CALL_RXH(rxh) \ in ieee80211_rx_is_valid_sta_link_id() 4299 res = rxh(rx); \ in ieee80211_rx_is_valid_sta_link_id() 4207 CALL_RXH(rxh) ieee80211_rx_handlers() argument 4274 CALL_RXH(rxh) ieee80211_invoke_rx_handlers() argument
|