Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h161 #define FCSM_LINK_DOWN 0x1000 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1133 if (!(fcsm->sm_flags & FCSM_LINK_DOWN) && in fcsm_resume_port()
1298 fcsm->sm_flags &= ~FCSM_LINK_DOWN; in fcsm_statec_cb()
1374 fcsm->sm_flags |= FCSM_LINK_DOWN; in fcsm_offline_timeout()
3286 if (fcsm->sm_flags & FCSM_LINK_DOWN) { in fcsm_pkt_common_intr()
3364 if (fcsm->sm_flags & FCSM_LINK_DOWN) { in fcsm_issue_cmd()
3553 linkdown = (fcsm->sm_flags & FCSM_LINK_DOWN) ? 1 : 0; in fcsm_retry_timeout()