Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/intel/
Diommu.h594 #define QI_MAX_BATCHED_DESC_COUNT 16 macro
596 struct qi_desc descs[QI_MAX_BATCHED_DESC_COUNT];
Dcache.c278 if (++batch->index == QI_MAX_BATCHED_DESC_COUNT) in qi_batch_increment_index()