Searched refs:rxmcs (Results 1 – 11 of 11) sorted by relevance
397 #define RTL8821AE_RX_HAL_IS_CCK_RATE(rxmcs)\ argument398 (rxmcs == DESC_RATE1M ||\399 rxmcs == DESC_RATE2M ||\400 rxmcs == DESC_RATE5_5M ||\401 rxmcs == DESC_RATE11M)611 u32 rxmcs:6; member
483 #define RTL92EE_RX_HAL_IS_CCK_RATE(rxmcs)\ argument484 (rxmcs == DESC_RATE1M ||\485 rxmcs == DESC_RATE2M ||\486 rxmcs == DESC_RATE5_5M ||\487 rxmcs == DESC_RATE11M)696 u32 rxmcs:6; member
557 #define RTL8188_RX_HAL_IS_CCK_RATE(rxmcs)\ argument558 (rxmcs == DESC92C_RATE1M ||\559 rxmcs == DESC92C_RATE2M ||\560 rxmcs == DESC92C_RATE5_5M ||\561 rxmcs == DESC92C_RATE11M)760 u32 rxmcs:6; member
37 u8 rxmcs; in _rtl92d_query_rxphystatus() local39 rxmcs = get_rx_desc_rxmcs(pdesc); in _rtl92d_query_rxphystatus()40 is_cck_rate = rxmcs <= DESC_RATE11M; in _rtl92d_query_rxphystatus()150 if (get_rx_desc_rxht(pdesc) && rxmcs >= DESC_RATEMCS8 && in _rtl92d_query_rxphystatus()151 rxmcs <= DESC_RATEMCS15) in _rtl92d_query_rxphystatus()
101 u32 rxmcs:6; /* word 3 */ member
589 is_cck_rate = RX_HAL_IS_CCK_RATE(p_desc->rxmcs); in _rtl92c_query_rxphystatus()
174 u32 rxmcs:6; member250 u32 rxmcs:6;320 u32 rxmcs:7; member388 u32 rxmcs:7;1975 u32 rxmcs, struct ieee80211_hdr *hdr,2130 u32 rxmcs, struct ieee80211_hdr *hdr,2135 u32 rxmcs, struct ieee80211_hdr *hdr,
43 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92ce_query_rxphystatus()284 stats->is_cck = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in rtl92ce_rx_query_desc()
490 u32 rxmcs:6; member
492 u32 rxmcs:6; member
605 u32 rxmcs:6; member