Searched refs:id_cache_status (Results 1 – 3 of 3) sorted by relevance
108 if (a->id_cache_status > 0) in pci_id_cache_load()110 a->id_cache_status = 1; in pci_id_cache_load()120 a->id_cache_status = 2; in pci_id_cache_load()175 int orig_status = a->id_cache_status; in pci_id_cache_flush()182 a->id_cache_status = 0; in pci_id_cache_flush()248 a->id_cache_status = 1; in pci_id_cache_load()254 a->id_cache_status = 0; in pci_id_cache_flush()264 if (a->id_cache_status >= 1) in pci_id_cache_dirty()265 a->id_cache_status = 2; in pci_id_cache_dirty()
91 int id_cache_status; /* 0=not read, 1=read, 2=dirty */ member
25 if ((flags & PCI_LOOKUP_CACHE) && !a->id_cache_status) in id_lookup()