Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dcore.c104 .alloc_cacheable_memory = true,
188 .alloc_cacheable_memory = true,
275 .alloc_cacheable_memory = false,
362 .alloc_cacheable_memory = true,
449 .alloc_cacheable_memory = false,
537 .alloc_cacheable_memory = false,
623 .alloc_cacheable_memory = false,
706 .alloc_cacheable_memory = true,
793 .alloc_cacheable_memory = false,
880 .alloc_cacheable_memory = false,
Dhw.h204 bool alloc_cacheable_memory; member
Ddp.c240 if (ab->hw_params.alloc_cacheable_memory) { in ath11k_dp_srng_setup()