Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h29 #define CE_WCN3990_DESC_FLAGS_GATHER BIT(31) macro
H A Dce.c531 addr[1] |= __cpu_to_le32(CE_WCN3990_DESC_FLAGS_GATHER); in _ath10k_ce_send_nolock_64()
533 addr[1] &= ~(__cpu_to_le32(CE_WCN3990_DESC_FLAGS_GATHER)); in _ath10k_ce_send_nolock_64()