Home
last modified time | relevance | path

Searched refs:PhyRxStatus_0 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.c353 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 Dd11.h1389 __le16 PhyRxStatus_0; member
1404 u16 PhyRxStatus_0; member
H A Dmain.c7024 (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; in prep_mac80211_status()
7087 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status()
7689 rxh->PhyRxStatus_0 = le16_to_cpu(rxh_le->PhyRxStatus_0); in brcms_b_recv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h2424 uint16 PhyRxStatus_0; /**< PhyRxStatus 15:0 */ member
2473 uint16 PhyRxStatus_0; /**< PhyRxStatus 15:0 */ member
3840 (D11RXHDR_LT80_ACCESS_VAL(rxh, PhyRxStatus_0) & PRXS_FT_MASK(rev))))
3843 (((D11REV_GE(rev, 80) ? D11RXHDR_GE80_ACCESS_VAL(rxh, PhyRxStatus_0) : \
3844 D11RXHDR_LT80_ACCESS_VAL(rxh, PhyRxStatus_0)) & \
3852 (((D11REV_GE(rev, 80) ? D11RXHDR_GE80_ACCESS_VAL(rxh, PhyRxStatus_0) : \
3853 D11RXHDR_LT80_ACCESS_VAL(rxh, PhyRxStatus_0)) & \
3860 (((D11REV_GE(rev, 80) ? D11RXHDR_GE80_ACCESS_VAL(rxh, PhyRxStatus_0) : \
3861 D11RXHDR_LT80_ACCESS_VAL(rxh, PhyRxStatus_0)) & \
3867 (((D11REV_GE(rev, 80) ? D11RXHDR_GE80_ACCESS_VAL(rxh, PhyRxStatus_0) : \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c42 __le16 PhyRxStatus_0; member