Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmic_common.h134 #define MIC_MAX_VRING_ENTRIES 128 macro
/linux-4.4.14/drivers/misc/mic/host/
Dmic_virtio.c561 if (le16_to_cpu(vqconfig[i].num) > MIC_MAX_VRING_ENTRIES) { in mic_copy_dp_entry()