Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1079 #define MDI_VHC_VHCACHE_FLUSH_ERROR 0x0010 /* failed to flush cache */ macro
/titanic_41/usr/src/uts/common/os/
H A Dsunmdi.c8315 vhc->vhc_flags &= ~(MDI_VHC_VHCACHE_FLUSH_ERROR | in flush_vhcache()
8318 if (!(vhc->vhc_flags & MDI_VHC_VHCACHE_FLUSH_ERROR)) { in flush_vhcache()
8321 vhc->vhc_flags |= MDI_VHC_VHCACHE_FLUSH_ERROR; in flush_vhcache()
8325 } else if (vhc->vhc_flags & MDI_VHC_VHCACHE_FLUSH_ERROR) { in flush_vhcache()
8328 vhc->vhc_flags &= ~MDI_VHC_VHCACHE_FLUSH_ERROR; in flush_vhcache()