Searched defs:cis_cache_entry (Results 1 – 2 of 2) sorted by relevance
42 struct cis_cache_entry { struct43 struct list_head node;44 unsigned int addr;45 unsigned int len;46 unsigned int attr;47 unsigned char cache[0];
38 struct cis_cache_entry { struct39 struct list_head node;40 unsigned int addr;41 unsigned int len;42 unsigned int attr;43 unsigned char cache[];