Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h160 #define FCSM_PORT_OFFLINE 0x0800 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1135 (fcsm->sm_flags & FCSM_PORT_OFFLINE)) { in fcsm_resume_port()
1290 fcsm->sm_flags |= FCSM_PORT_OFFLINE; in fcsm_statec_cb()
1297 fcsm->sm_flags &= ~FCSM_PORT_OFFLINE; in fcsm_statec_cb()
1310 if (fcsm->sm_flags & FCSM_PORT_OFFLINE) { in fcsm_statec_cb()
1373 if (fcsm->sm_flags & FCSM_PORT_OFFLINE) { in fcsm_offline_timeout()