Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A Dcs_internal.h38 struct cis_cache_entry { struct
39 nodecis_cache_entry global() argument
40 addrcis_cache_entry global() argument
41 lencis_cache_entry global() argument
42 attrcis_cache_entry global() argument
43 cachecis_cache_entry global() argument
H A Dcistpl.c290 struct cis_cache_entry *cis; in read_cis_cache()
320 cis = kmalloc(sizeof(struct cis_cache_entry) + len, GFP_KERNEL); in read_cis_cache()
337 struct cis_cache_entry *cis; in remove_cis_cache()
359 struct cis_cache_entry *cis; in destroy_cis_cache()
362 cis = list_entry(l, struct cis_cache_entry, node); in destroy_cis_cache()
373 struct cis_cache_entry *cis; in verify_cis_cache()