Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvdc.h99 #define VDC_OP_ERRCHK_BACKEND 0x02 /* check backend on error */ macro
104 #define VDC_OP_ERRCHK (VDC_OP_ERRCHK_BACKEND | VDC_OP_ERRCHK_CONFLICT)
/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c5060 (ldep->flags & VDC_OP_ERRCHK_BACKEND)) || in vdc_process_data_msg()