Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h86 #define FCIP_SLFAST 0x01 /* "M_DATA fastpath" mode */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3263 if ((slp->sl_flags & FCIP_SLFAST) && in fcip_sendup()
3282 if (slp->sl_flags & FCIP_SLFAST) { in fcip_sendup()
3684 if (((slp->sl_flags & (FCIP_SLFAST|FCIP_SLRAW)) == 0) || in fcip_wput()
5641 slp->sl_flags |= FCIP_SLFAST; in fcip_dl_ioc_hdr_info()