Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1107 if (fcsm->sm_retry_tid != NULL) { in fcsm_suspend_port()
1110 tid = fcsm->sm_retry_tid; in fcsm_suspend_port()
1111 fcsm->sm_retry_tid = (timeout_id_t)NULL; in fcsm_suspend_port()
1187 ASSERT(fcsm->sm_retry_tid == NULL); in fcsm_cleanup_port()
1320 retry_tid = fcsm->sm_retry_tid; in fcsm_statec_cb()
1321 fcsm->sm_retry_tid = (timeout_id_t)NULL; in fcsm_statec_cb()
1383 ASSERT(fcsm->sm_retry_tid == NULL); in fcsm_offline_timeout()
1384 fcsm->sm_retry_tid = timeout(fcsm_retry_timeout, in fcsm_offline_timeout()
3485 if (fcsm->sm_retry_tid == NULL) { in fcsm_enque_cmd()
3545 fcsm->sm_retry_tid = (timeout_id_t)NULL; in fcsm_retry_timeout()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h119 timeout_id_t sm_retry_tid; /* retry timer */ member