Home
last modified time | relevance | path

Searched refs:alloc_cacheable_memory (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c104 .alloc_cacheable_memory = true,
190 .alloc_cacheable_memory = true,
279 .alloc_cacheable_memory = false,
368 .alloc_cacheable_memory = true,
457 .alloc_cacheable_memory = false,
547 .alloc_cacheable_memory = false,
635 .alloc_cacheable_memory = false,
720 .alloc_cacheable_memory = true,
809 .alloc_cacheable_memory = false,
898 .alloc_cacheable_memory = false,
H A Dhw.h204 bool alloc_cacheable_memory; member
H A Ddp.c242 if (ab->hw_params.alloc_cacheable_memory) { in ath11k_dp_srng_setup()