Searched refs:vhcache_phci_head (Results 1 – 2 of 2) sorted by relevance
7572 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in destroy_vhci_cache()7677 if (vhcache->vhcache_phci_head == NULL) in enqueue_vhcache_phci()7678 vhcache->vhcache_phci_head = cphci; in enqueue_vhcache_phci()7920 ASSERT(vhcache->vhcache_phci_head != NULL); in mainnvl_to_vhcache()8015 if (vhcache->vhcache_phci_head == NULL) { in vhcache_to_mainnvl()8021 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in vhcache_to_mainnvl()8027 for (cphci = vhcache->vhcache_phci_head, i = 0; cphci != NULL; in vhcache_to_mainnvl()8057 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in lookup_vhcache_phci_by_name()8076 for (cphci = vhcache->vhcache_phci_head; cphci != NULL; in lookup_vhcache_phci_by_addr()8504 if (vhcache->vhcache_phci_head == NULL) { in bus_config_all_phcis()[all …]
1023 mdi_vhcache_phci_t *vhcache_phci_head; /* phci list head */ member