Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dce.c454 if (flags & CE_SEND_FLAG_GATHER) in _ath10k_ce_send_nolock()
471 if (!(flags & CE_SEND_FLAG_GATHER)) in _ath10k_ce_send_nolock()
520 if (flags & CE_SEND_FLAG_GATHER) in _ath10k_ce_send_nolock_64()
531 if (flags & CE_SEND_FLAG_GATHER) in _ath10k_ce_send_nolock_64()
546 if (!(flags & CE_SEND_FLAG_GATHER)) { in _ath10k_ce_send_nolock_64()
H A Dce.h17 #define CE_SEND_FLAG_GATHER 0x00010000 macro