Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c7701 (newcpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST)) in enqueue_vhcache_pathinfo()
7705 !(cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST); in enqueue_vhcache_pathinfo()
7807 cpi->cpi_flags = val[1]; in paddrnvl_to_vhcache()
7939 val[1] = cpi->cpi_flags; in vhcache_to_paddrnvl()
8221 if (cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST) { in vhcache_pi_add()
8222 cpi->cpi_flags &= in vhcache_pi_add()
8736 (cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST)) || in adjust_sort_vhcache_paths()
8738 !(cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST))) { in adjust_sort_vhcache_paths()
8759 cpi->cpi_flags &= ~MDI_CPI_HINT_PATH_DOES_NOT_EXIST; in adjust_sort_vhcache_paths()
8761 cpi->cpi_flags |= MDI_CPI_HINT_PATH_DOES_NOT_EXIST; in adjust_sort_vhcache_paths()
/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1001 uint32_t cpi_flags; /* see below */ member