Home
last modified time | relevance | path

Searched refs:HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.c756 qdesc->info0 |= le32_encode_bits(1, HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG); in ath12k_hal_reo_qdesc_setup()
H A Dhal_desc.h2351 #define HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG BIT(27) macro
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_desc.h1959 #define HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG BIT(25) macro
H A Dhal_rx.c746 qdesc->info0 |= FIELD_PREP(HAL_RX_REO_QUEUE_INFO0_IGNORE_AMPDU_FLG, 1); in ath11k_hal_reo_qdesc_setup()