Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2683 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_job_thread()
3477 if (fcsm->sm_retry_tail) { in fcsm_enque_cmd()
3479 fcsm->sm_retry_tail->cmd_next = cmd; in fcsm_enque_cmd()
3480 fcsm->sm_retry_tail = cmd; in fcsm_enque_cmd()
3482 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_enque_cmd()
3483 fcsm->sm_retry_head = fcsm->sm_retry_tail = cmd; in fcsm_enque_cmd()
3508 ASSERT(fcsm->sm_retry_tail == NULL); in fcsm_deque_cmd()
3514 fcsm->sm_retry_tail = NULL; in fcsm_deque_cmd()
3560 curr_tail = fcsm->sm_retry_tail; in fcsm_retry_timeout()
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h118 struct fcsm_cmd *sm_retry_tail; /* cmd retry queue tail */ member