Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2682 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_job_thread()
3476 if (fcsm->sm_retry_tail) { in fcsm_enque_cmd()
3478 fcsm->sm_retry_tail->cmd_next = cmd; in fcsm_enque_cmd()
3479 fcsm->sm_retry_tail = cmd; in fcsm_enque_cmd()
3481 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_enque_cmd()
3482 fcsm->sm_retry_head = fcsm->sm_retry_tail = cmd; in fcsm_enque_cmd()
3507 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_deque_cmd()
3513 fcsm->sm_retry_tail = NULL; in fcsm_deque_cmd()
3559 curr_tail = fcsm->sm_retry_tail; in fcsm_retry_timeout()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h118 struct fcsm_cmd *sm_retry_tail; /* cmd retry queue tail */ member