Searched refs:rxmcs (Results 1 – 14 of 14) sorted by relevance
362 #define RTL8821AE_RX_HAL_IS_CCK_RATE(rxmcs)\ argument363 (rxmcs == DESC_RATE1M ||\364 rxmcs == DESC_RATE2M ||\365 rxmcs == DESC_RATE5_5M ||\366 rxmcs == DESC_RATE11M)576 u32 rxmcs:6; member
539 #define RTL8188_RX_HAL_IS_CCK_RATE(rxmcs)\ argument540 (rxmcs == DESC92C_RATE1M ||\541 rxmcs == DESC92C_RATE2M ||\542 rxmcs == DESC92C_RATE5_5M ||\543 rxmcs == DESC92C_RATE11M)751 u32 rxmcs:6; member
595 #define RTL92EE_RX_HAL_IS_CCK_RATE(rxmcs)\ argument596 (rxmcs == DESC_RATE1M ||\597 rxmcs == DESC_RATE2M ||\598 rxmcs == DESC_RATE5_5M ||\599 rxmcs == DESC_RATE11M)808 u32 rxmcs:6; member
141 u32 rxmcs:6; /* word 3 */ member
790 is_cck_rate = RX_HAL_IS_CCK_RATE(p_desc->rxmcs); in _rtl92c_query_rxphystatus()
130 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92de_query_rxphystatus()238 if (pdesc->rxht && pdesc->rxmcs >= DESC_RATEMCS8 && in _rtl92de_query_rxphystatus()239 pdesc->rxmcs <= DESC_RATEMCS15) in _rtl92de_query_rxphystatus()
708 u32 rxmcs:6; member
177 pattrib->mcs_rate = (u8)prxreport->rxmcs; in update_recvframe_attrib()
128 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92ce_query_rxphystatus()364 stats->is_cck = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in rtl92ce_rx_query_desc()
691 u32 rxmcs:6; member
333 #define RX_HAL_IS_CCK_RATE(rxmcs) \ argument334 ((rxmcs) == DESC_RATE1M || \335 (rxmcs) == DESC_RATE2M || \336 (rxmcs) == DESC_RATE5_5M || \337 (rxmcs) == DESC_RATE11M)
447 u32 rxmcs:6; member
581 u32 rxmcs:6; member
676 u32 rxmcs:6; member