Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h160 #define FCSM_PORT_OFFLINE 0x0800 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1136 (fcsm->sm_flags & FCSM_PORT_OFFLINE)) { in fcsm_resume_port()
1291 fcsm->sm_flags |= FCSM_PORT_OFFLINE; in fcsm_statec_cb()
1298 fcsm->sm_flags &= ~FCSM_PORT_OFFLINE; in fcsm_statec_cb()
1311 if (fcsm->sm_flags & FCSM_PORT_OFFLINE) { in fcsm_statec_cb()
1374 if (fcsm->sm_flags & FCSM_PORT_OFFLINE) { in fcsm_offline_timeout()