Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h87 #define FCIP_SLRAW 0x02 /* M_DATA plain raw mode */ macro
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3349 } else if (slp->sl_flags & FCIP_SLRAW) { in fcip_sendup()
3367 } else if (slp->sl_flags & FCIP_SLRAW) { in fcip_sendup()
3748 slp->sl_flags |= FCIP_SLRAW; in fcip_ioctl()
3782 if (((slp->sl_flags & (FCIP_SLFAST|FCIP_SLRAW)) == 0) || in fcip_wput()