Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h159 #define FCSM_CMD_RETRY_Q_SUSPENDED 0x0400 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1318 fcsm->sm_flags |= FCSM_CMD_RETRY_Q_SUSPENDED; in fcsm_statec_cb()
1339 fcsm->sm_flags &= ~FCSM_CMD_RETRY_Q_SUSPENDED; in fcsm_statec_cb()
1377 fcsm->sm_flags &= ~FCSM_CMD_RETRY_Q_SUSPENDED; in fcsm_offline_timeout()
3540 if (fcsm->sm_flags & FCSM_CMD_RETRY_Q_SUSPENDED) { in fcsm_retry_timeout()