Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_monitor.c111 uint corerev_minor = info->d11_info->minor_revid; in BCMFASTPATH() local
112 BCM_REFERENCE(corerev_minor); in BCMFASTPATH()
274 uint8 *plcp, uint32 corerev, uint32 corerev_minor) in wlc_he_dl_ofdma_fill_rtap_data() argument
296 sts->data3 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, MCS); in wlc_he_dl_ofdma_fill_rtap_data()
300 sts->data3 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, DCM); in wlc_he_dl_ofdma_fill_rtap_data()
304 sts->data3 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, CODING); in wlc_he_dl_ofdma_fill_rtap_data()
320 sts->data4 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, STAID); in wlc_he_dl_ofdma_fill_rtap_data()
323 val = he_mu_phyrxs2ru_type[D11PPDU_RU_TYPE(rxh, corerev, corerev_minor)]; in wlc_he_dl_ofdma_fill_rtap_data()
351 sts->data6 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, NSTS); in wlc_he_dl_ofdma_fill_rtap_data()
367 sts->data5 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, TXBF); in wlc_he_dl_ofdma_fill_rtap_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h2593 #define D11RXHDRSHORT_ACCESS_REF(srxh, corerev, corerev_minor, member) \ argument
2594 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \
2600 #define D11RXHDRSHORT_ACCESS_VAL(srxh, corerev, corerev_minor, member) \ argument
2601 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \
2607 #define D11RXHDRMID_ACCESS_REF(mrxh, corerev, corerev_minor, member) \ argument
2608 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \
2613 #define D11RXHDRMID_ACCESS_VAL(mrxh, corerev, corerev_minor, member) \ argument
2614 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \
2619 #define D11RXHDR_ACCESS_REF(rxh, corerev, corerev_minor, member) \ argument
2620 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \
[all …]
H A Dhndd11.h83 #define WL_RXHDR_LEN(corerev, corerev_minor) \ argument
84 (WLC_RXHDR_LEN + D11_RXHDR_LEN(corerev, corerev_minor))
85 #define WL_RXHDR_LEN_TMP(corerev, corerev_minor) \ argument
86 (WLC_RXHDR_LEN + D11_RXHDR_LEN_TMP(corerev, corerev_minor))
H A Dbcmwifi_monitor.h77 #define HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, field) \ argument
78 (HE_PACK_RTAP_FROM_VAL(D11PPDU_ ## field(rxh, corerev, corerev_minor), field))
H A Dd11_cfg.h36 #define D11REV_MAJ_MIN_GE(corerev, corerev_minor, maj, min) \ argument
37 ((D11REV_IS((corerev), (maj)) && D11MINORREV_GE((corerev_minor), (min))) || \