Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1079 #define MDI_VHC_VHCACHE_FLUSH_ERROR 0x0010 /* failed to flush cache */ macro
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c8303 vhc->vhc_flags &= ~(MDI_VHC_VHCACHE_FLUSH_ERROR | in flush_vhcache()
8306 if (!(vhc->vhc_flags & MDI_VHC_VHCACHE_FLUSH_ERROR)) { in flush_vhcache()
8309 vhc->vhc_flags |= MDI_VHC_VHCACHE_FLUSH_ERROR; in flush_vhcache()
8313 } else if (vhc->vhc_flags & MDI_VHC_VHCACHE_FLUSH_ERROR) { in flush_vhcache()
8316 vhc->vhc_flags &= ~MDI_VHC_VHCACHE_FLUSH_ERROR; in flush_vhcache()