Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1096 if (fcsm->sm_offline_tid != NULL) { in fcsm_suspend_port()
1099 tid = fcsm->sm_offline_tid; in fcsm_suspend_port()
1100 fcsm->sm_offline_tid = (timeout_id_t)NULL; in fcsm_suspend_port()
1134 fcsm->sm_offline_tid == NULL && in fcsm_resume_port()
1189 if (fcsm->sm_offline_tid != NULL) { in fcsm_cleanup_port()
1192 tid = fcsm->sm_offline_tid; in fcsm_cleanup_port()
1193 fcsm->sm_offline_tid = (timeout_id_t)NULL; in fcsm_cleanup_port()
1315 if (fcsm->sm_offline_tid == NULL) { in fcsm_statec_cb()
1332 if (fcsm->sm_offline_tid) { in fcsm_statec_cb()
1335 offline_tid = fcsm->sm_offline_tid; in fcsm_statec_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h120 timeout_id_t sm_offline_tid; /* offline timer */ member