Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A 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()
A Dmain.c6968 struct d11rxhdr *rxh) in brcms_c_recover_tsf64() argument
6976 rx_tsf_0_15 = rxh->RxTSFTime; in brcms_c_recover_tsf64()
7092 if (rxh->RxStatus1 & RXS_DECERR) { in prep_mac80211_status()
7097 if (rxh->RxStatus1 & RXS_FCSERR) { in prep_mac80211_status()
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()
7632 brcms_c_recvctl(wlc, rxh, p); in brcms_c_recv()
7673 struct d11rxhdr *rxh; in brcms_b_recv() local
[all …]
A Drate.h227 u32 brcms_c_compute_rspec(struct d11rxhdr *rxh, u8 *plcp);
/linux/fs/reiserfs/
A Dxattr.c562 struct reiserfs_xattr_header *rxh; in reiserfs_xattr_set_handle() local
567 rxh = (struct reiserfs_xattr_header *)data; in reiserfs_xattr_set_handle()
568 rxh->h_magic = cpu_to_le32(REISERFS_XATTR_MAGIC); in reiserfs_xattr_set_handle()
569 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle()
719 struct reiserfs_xattr_header *rxh = in reiserfs_xattr_get() local
724 if (rxh->h_magic != cpu_to_le32(REISERFS_XATTR_MAGIC)) { in reiserfs_xattr_get()
734 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()
/linux/net/ieee802154/6lowpan/
A Drx.c206 #define CALL_RXH(rxh) \ in lowpan_invoke_rx_handlers() argument
208 res = rxh(skb); \ in lowpan_invoke_rx_handlers()
A Dreassembly.c224 #define CALL_RXH(rxh) \ in lowpan_invoke_frag_rx_handlers() argument
226 res = rxh(skb); \ in lowpan_invoke_frag_rx_handlers()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_hal.h192 int wlc_phy_rssi_compute(struct brcms_phy_pub *pih, struct d11rxhdr *rxh);
A 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()
A Dphy_int.h1112 int wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh);
A Dphy_n.c22975 wlc_phy_rssi_compute_nphy(struct brcms_phy *pi, struct d11rxhdr *rxh) in wlc_phy_rssi_compute_nphy() argument
22981 rxpwr0 = rxh->PhyRxStatus_1 & PRXS1_nphy_PWR0_MASK; in wlc_phy_rssi_compute_nphy()
22982 rxpwr1 = (rxh->PhyRxStatus_1 & PRXS1_nphy_PWR1_MASK) >> 8; in wlc_phy_rssi_compute_nphy()
22989 phyRx2_l = rxh->PhyRxStatus_2 & 0x00ff; in wlc_phy_rssi_compute_nphy()
/linux/net/mac80211/
A Drx.c4161 #define CALL_RXH(rxh) \ in ieee80211_rx_handlers() argument
4163 res = rxh(rx); \ in ieee80211_rx_handlers()
4226 #define CALL_RXH(rxh) \ in ieee80211_invoke_rx_handlers() argument
4228 res = rxh(rx); \ in ieee80211_invoke_rx_handlers()

Completed in 81 milliseconds