DN_CACHE_SIZE
int idx = phyid % DN_CACHE_SIZE;
int idx = dev_info->id % DN_CACHE_SIZE;
struct cflayer *dn_cache[DN_CACHE_SIZE];