Home
last modified time | relevance | path

Searched refs:IS_D11RXHDRSHORT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h2670 #define IS_D11RXHDRSHORT(rxh, rev, rev_min) ((RXS_SHORT_ENAB(rev) && \ macro
2677 ((!(IS_D11RXHDRSHORT((rxh), (rev), (rev_min)))) && \
2681 ((!IS_D11RXHDRSHORT((rxhdr), (corerev), (corerev_minor))) || \
2695 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? \
2704 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? \
2710 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? \
2740 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? \
2749 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? \
2759 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? (*val |= RXSS_PBPRES) : \
2765 (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor) ? (*val &= ~RXSS_PBPRES) : \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_monitor.c811 if (IS_D11RXHDRSHORT(rxh, corerev, corerev_minor)) { in wl_d11rx_to_rxsts()